Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bhuvan588/skin-disease-prediction

Predicting type of Skin Disease using CNN's . Deployed using Flask
https://github.com/bhuvan588/skin-disease-prediction

cnn-keras deep-learning flask python skin skin-disease-classifiction

Last synced: 29 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://github.com/user-attachments/assets/97a17eb2-28a9-409a-8dd3-c408fa612f64)
![WhatsApp Image 2024-07-15 at 10 42 33 PM](https://github.com/user-attachments/assets/abc0ce6a-b7c4-4bca-b1e0-87b2626b4635)

## 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

4. 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