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.
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
See example notebook.
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.
See LICENSE.