BreastGuard AI: Advanced Breast Cancer Detection for Final Year Projects with Source Code
Back to ProjectComplete setup for your final year project with source code. Follow these steps exactly.
git clone https://github.com/yourusername/breastguard-ai.git
cd "breastguard-ai/Breast Ultrasound Images"
python -m venv venv
venv\Scripts\activatesource venv/bin/activatepip install flask opencv-python scikit-learn numpy matplotlib seaborn pillow werkzeug
Download breast ultrasound dataset:
Breast Ultrasound Images DatasetExtract to Dataset/ folder with structure:
Dataset/
├── benign/
├── malignant/
└── normal/
jupyter notebook Breast_Cancer_Classification.ipynb
Run all cells. This generates:
breast_cancer_svm_model.pklscaler.pklmodel_info.pklpython app.py
Open browser: http://127.0.0.1:5000
Breast Ultrasound Images/
├── app.py # Flask app
├── Breast_Cancer_Classification.ipynb # Training notebook
├── breast_cancer_svm_model.pkl # Trained model
├── Dataset/ # Ultrasound images
├── static/ # CSS, JS, uploads
└── templates/ # HTML pages
python app.py --port 5001Note: For production deployment or custom setup, use CodeAj project setup services.
Our team is here to assist you with installation and setup.