Skip to content

🎯 DermaScan – AI-Powered Skin Disease Detection Web App A full-stack web application that detects skin diseases using deep learning and provides personalized insights based on image uploads or live camera input.

Notifications You must be signed in to change notification settings

amnaafzal/Dermascan-Skin-Disease-Detection-Using-DL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌿 DermaScan – Skin Disease Detection

DermaScan Status


πŸ“‹ Table of Contents


πŸ“– About the Project

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.


πŸš€ Features

  • 🧠 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

πŸ”§ Tech Stack

  • Frontend: HTML, CSS, JavaScript, Bootstrap
  • Backend: Python, Flask
  • ML/DL: TensorFlow, Keras, RestNet50

πŸ› οΈ Getting Started

Clone the repository

git clone https://github.com/your-username/dermascan.git
cd dermascan

Install dependencies

pip install -r requirements.txt 

Run the app

python app.py

πŸ“Έ Screenshots

disease types

types

Prediction Page

Predict

result

result


πŸ“ Project Structure

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

πŸ’‘ How to Use

  1. Open the app in browser.

  2. Navigate to "Check My Skin Type".

  3. Upload an image or use the Open Camera button.

  4. Click Submit.

  5. View prediction result in a modal popup.


⭐ Credits

  • ResNet50 via Keras

  • Bootstrap 5

  • Flask Web Framework

  • Font Awesome

  • Google Fonts

πŸš€ Live Demo

πŸ“ Deployed on Render.com : https://dermascan-skin-disease-detection-using-dl.onrender.com/

About

🎯 DermaScan – AI-Powered Skin Disease Detection Web App A full-stack web application that detects skin diseases using deep learning and provides personalized insights based on image uploads or live camera input.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published