/Skin-Disease-Prediction

Predicting type of Skin Disease using CNN's . Deployed using Flask

Primary LanguageJupyter Notebook

Skin Disease Detection

While I was reading about CNN's in Tensorflow, I decided to try it hands on and found this dataset on Kaggle. This repo is about application of a CNN model in classification of images

Demo Images

WhatsApp Image 2024-07-15 at 10 40 33 PM WhatsApp Image 2024-07-15 at 10 42 33 PM

Project Need

Skin is the organ where changes can be first visible so I thought to monitor or detect some skin diseases early on could solve the problem

Installation

  1. Clone the project into your required folder

  2. Install dependencies

  3. In your terminal type

python main.py

  1. Click on the right hand box and upload any image. On clicking the detect button , you will be able to see the prediction

Libraries and Tools Used

  • Tensorflow - Constructing the CNN
  • Javascript - For image and form handling
  • Flask - Used for routing