Skip to content

Tim-Abwao/detecting-breast-cancer

Repository files navigation

Breast Cancer Detector

Predict whether breast tumours in histopathological images are benign or malignant (cancerous).

https://breast-cancer-kagglex-project.streamlit.app/

screencast

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.

Running locally

  1. Fetch the code:

    git clone https://github.com/Tim-Abwao/detecting-breast-cancer.git
    cd detecting-breast-cancer
  2. 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
  3. Launch the app:

    streamlit run streamlit_app.py

About

Predict whether breast tumour tissue samples in histopathological images are benign or malignant (cancerous).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages