python -m venv med
- install requirements.txt
- initiate.txt :- contain code to connect to kaggle api and download dataset.
- Load_data.ipynb :- Download data
- eda_hubmap_hpa.ipynb :- Eda of dataset with observation and correlation found in dataset.
- hubmap_hpa_train.ipynb :- to train model using monai ( medical open source library ) and pytorch lightnight (faster and simpler to implement pytorch ).