/medical-diagnosis-webapp

Web based Application to detect disease using images

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

Medical Diagnosis Webapp

GitHub Logo Web based tool for doctors to detect various type of disease like

  • Skin cancer
  • Pneumonia
  • Breast Cancer etc.

Demo

Take a quick look at https://doctor-ai.herokuapp.com/

3 step Demo:

  • Select the demo
  • Upload the image
  • See the results

Lots of plan to choose from

GitHub Logo

Features

Framwork and tools used

  • Flask
  • SQLAlchemy
  • Keras and tensorflow
  • Scikit-learn
  • Tensorflow serving
  • Bootstrap

Quick Run on local environment

  • clone the repo
  • pip install requirement.txt
  • python manager.py initdb
  • python manager.py runserver

References and others open-source work used