Predict whether breast tumours in histopathological images are benign or malignant (cancerous).
https://breast-cancer-kagglex-project.streamlit.app/
Exploratory data analysis and model training were performed in this Kaggle notebook. This project is part of my submission as a mentee in cohort 2 of the KaggleX BIPOC Mentorship Program.
-
Fetch the code:
git clone https://github.com/Tim-Abwao/detecting-breast-cancer.git cd detecting-breast-cancer
-
Create a virtual environment, and install dependencies:
NOTE: Requires python3.10 and above.
python3 -m venv venv source venv/bin/activate pip install -r requirements.txt
-
Launch the app:
streamlit run streamlit_app.py