Best Flask open-source libraries and packages

Skin Disease Classification Bot

An API and telegram bot to check type of skin disorder using deep learning. The main challenge was to check if the captured image is of skin or not skin, if skin detected classify its healthy or not and if not healthy predict which type of skin disorder it is
Updated 1 month ago

Skin-Disease-Classification-Bot

Problem Statement at UnScript2k19 Hackathon

Remedium Bot Output

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

Run telegram bot

python scripts/remedium_bot.py

Launch Flask Server for API

python server.py