Skip to content

Latest commit

 

History

History
90 lines (65 loc) · 3.41 KB

File metadata and controls

90 lines (65 loc) · 3.41 KB

MedTest Machine Learning Application

1

This is complete End to end ML Application in Healthcare sector.

This Web App makes predictions about various diseases like Heart, Diabetes, Cancer, Malaria, Pneumonia, Diabetes etc.


Below are the names of the various model used:

  • Cancer model = model

  • Diabetes model = model1

  • Heart model = model2

  • Liver model = model4

  • Kidney model = model3

  • Malaria model = model111.h5

  • Pneumonia model = my_model.h5


Kernals used for training deep learning model

Details of various datasets used for model development :


Tools used for project development:

  • Python ( 3.7 version)

  • Flask

  • OpenCV

  • Pandas

  • Numpy

  • HTML

  • CSS


Screenshots

home

canc info

diab info

heart info

diab pred

heart pred

pred res

mala pred

pneu pred


For using the project clone the repository and type the following commands in the termial:

  • pip install -r requirements.txt
  • python app.py

The complete project is deployed on Heroku Cloud.

Here is the link where you can access the project live : https://medtestmlwebapp.herokuapp.com

If you like this repo, please don't forget to give a ⭐.