Skin_Disease icon indicating copy to clipboard operation
Skin_Disease copied to clipboard

This project was developed during 24hr Hackathon - Unscript 2k19. It is a service as telegram bot that takes infected skin image as input and predicts the skin disease.

Skin Disease Detection

Problem Statement at UnScript2k19 Hackathon

Output Screenshots

Case - 1: In case of some Skin Disorder
Case - 2: In case of healthy skin and no disorder
Case - 3: In case of No Skin Detected

Requirements

  • Tensorflow-gpu 1.13.0
  • Keras 2.2.4
  • OpenCV 4.0
  • Numpy 1.16.1
  • Python-telegram-bot 11.1.0
  • Flask

Download Model

https://drive.google.com/open?id=1es4Oji_651rxAgKJaiDoTiwfJDpwG7fR

Run telegram bot

cd Bot
python scripts/remedium_bot.py

Launch Flask Server for API

cd Bot
python server.py