Disease-Predictor
Given the basic data, like blood pressure,sugar level etc., this site will predict the likeliness of having that disease.
Live link - http://paras2903sood.pythonanywhere.com/
Landing Page
Disease Selection
Entering Parameters and getting result
How to run locally
We are planning to get this website live soon. Till then follow the steps below:
- Open terminal
- cd to the directory where this code is present
- Run "python manage.py runserver"
- Open Browser(Preferably Google Chrome)
- Go to http://127.0.0.1:8000
- Enter data
- Get output
Note - Currently only "Kidney" and "Diabetes" prediction is working. Others will be available soon
Contributing
Contributions are always welcome. Please specify what changes you have made before making a pull request.