Breast cancer is one of the most common cancers among women worldwide. Early detection significantly increases the chances of successful treatment. The primary objective of this project is to develop a robust system for the detection of breast cancer using mammogram images alongside patient data stored in CSV files. The system aims to assist radiologists in identifying potential cases of breast cancer, thereby enhancing early diagnosis and treatment planning.
- Clone the repository
git clone https://github.com/ananyag3110/BreastCancer.git
- Navigate to the project directory
cd App
- Install the dependencies
pip install
- Start the development server
python app.py
- Open your browser to see the result
http://127.0.0.1:5000/
- Upload an image or enter the report details in order to predict the result.
Watch the presentation and live demo here.
If you encounter package related issues then it is mostly because of conficting python versions.
Check the compatibility and try again.