DermaScan is a Flask-based web app that detects skin diseases and classifies skin types using a deep learning model. Users can upload an image or use their webcam, and the system predicts the skin disease or type in real-time.
- π§ Deep Learning-based skin disease prediction
- π· Upload image or capture via webcam
- π± Fully responsive UI
- π Dynamic result display with image preview
- π Google Maps embedded for contact location
- Frontend: HTML, CSS, JavaScript, Bootstrap
- Backend: Python, Flask
- ML/DL: TensorFlow, Keras, RestNet50
git clone https://github.com/your-username/dermascan.git
cd dermascan
pip install -r requirements.txt
python app.py
dermascan/
β
βββ static/
β βββ style.css
β βββ main.js
β βββ Images/
β
βββ templates/
β βββ index.html
β βββ about.html
β βββ contact.html
β βββ prediction.html
β βββ disease.html
β
β
βββ resnet50_model.h5
βββ app.py
βββ requirements.txt
βββ README.md
-
Open the app in browser.
-
Navigate to "Check My Skin Type".
-
Upload an image or use the Open Camera button.
-
Click Submit.
-
View prediction result in a modal popup.
-
ResNet50 via Keras
-
Bootstrap 5
-
Flask Web Framework
-
Font Awesome
-
Google Fonts
π Deployed on Render.com : https://dermascan-skin-disease-detection-using-dl.onrender.com/