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

landing page

Disease Selection

disease selection

Entering Parameters and getting result

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.