/Disease-Prediction-using-Django-and-machine-learning

**A end to end project - Powered by Django and Machine Learning** - This project aims to provide a web platform to predict the occurrences of disease on the basis of various symptoms. The user can select various symptoms and can find the diseases and consult to the doctor online.

Primary LanguageCSSApache License 2.0Apache-2.0

General Disease Prediction based on symptoms provided by patient- powered by Django & Machine Learning

How To Use This

First make sure PostgreSQL and pgadmin is install in your system. make a new environment(recommended) and run...

  • Run pip install -r requirements.txt to install dependencies
  • Run python manage.py makemigrations
  • Run python manage.py migrate
  • Run python manage.py runserver
  • Navigate to http://127.0.0.1:8000/ in your browser

Some Sceenshots of our Webapp -

Go to the Readme.pdf file for detailed information about the project & screenshots.