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

shiroyasha9/PredictIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PredictIt

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

Built using:

  1. Flask
  2. Python Scikit Learn Libraries
  3. HTML, CSS, JS

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