Skip to content

PredictIt - A Disease Predictor Model which uses ML to detect the disease and show precautions and predicted disease accordingly.

Notifications You must be signed in to change notification settings

KarthikUdyawar/PredictIt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PredictIt

PredictIt - A Disease Predictor Model which uses ML to detect the disease and show precautions and predicted disease accordingly.

Steps to run this site on your localhost:

  1. Install all the requirements by running the following code in terminal/cmd/ps:
pip install -r requirements.txt
  1. Open the entire folder in your ide (VS Code preferably), then open the app.py and run the commands below (This is for user database):
flask db init
flask db migrate -m "Initial migrate"
flask db upgrade

3.Run the app.py and it should work properly.

About

PredictIt - A Disease Predictor Model which uses ML to detect the disease and show precautions and predicted disease accordingly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 41.9%
  • Python 40.5%
  • CSS 15.2%
  • JavaScript 2.4%