Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 793 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 793 Bytes

kaggle-rsna-ihd

In Kaggle RSNA Intracranial Hemorrhage Detection competition, the challenge was to build an algorithm to detect acute intracranial hemorrhage and its subtypes. kaggle-rsna-ihd is a Python package to aid in building models for solving this problem.

Installation

Use the package manager pip to install kaggle-rsna-ihd.

pip install -q https://github.com/atamazian/kaggle-rsna-ihd/archive/refs/heads/main.zip

Usage

See example notebook.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

See LICENSE.