Here, I have developed a disease predicting web app which using the concept of machine learning makes predictions about various diseases like Covid-19, Heart disease, Diabetes etc.
I have also integrated it with an interactive and customized Dialogflow chatbot.
Covid-19 model = solution.ipynb
Diabetes model = diabetes.ipynb
Heart disease model = heart.ipynb
Medical Insurance model = Insurance.ipynb
Covid-19 : data.csv [In the repository]
Diabetes : diabetes.csv [In the repository]
Heart disease : heart.csv [In the repository]
Medical Insurance : insurance.csv [In the repository]
Python ( 3.7 version)
Flask
Pandas
Numpy
HTML
CSS
Dialogflow
- $ set FLASK_APP= main.py
- $ flask run
The whole project is deployed on Heroku Cloud.
Here is the link where you can access the project live : https://medico-buddy.herokuapp.com/ (If its showing application error then its probably out of dynos :p)
This project is still under development and I am planning to expand it to other diseases which will be detected using deep learning models.
Thank you!