Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 451 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 451 Bytes

Data-Science-Project-

A disease prediction application for semester 6 courseware

Set up:

$ source install.sh

How to run:

$ source run.sh
(This may take a few minutes to start, as the webapp trains the ML Models beforehand)
  • Then, open up a web browser.
  • Open: localhost:8000/diseaseprediction/usersymptoms
  • Enjoy the app - May the force be with you!

Clean:

Before exiting, always clean the repo
$ source clean.sh