this is project based on skin cancer detection
A web-based ML model to predict skin cancer using Random Forest.
- Upload skin features & get predictions.
- Trained on a dataset with 10 features.
- Flask for backend, HTML/CSS for UI.
git clone <repo_url>
cd skin-cancer-detection
pip install -r requirements.txt
python app.py