Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anuj-glitch/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.
https://github.com/anuj-glitch/disease-prediction-using-django-and-machine-learning
disease-prediction django django-application machine-learning symptoms
Last synced: about 1 month ago
JSON representation
**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.
- Host: GitHub
- URL: https://github.com/anuj-glitch/disease-prediction-using-django-and-machine-learning
- Owner: anuj-glitch
- License: apache-2.0
- Created: 2020-01-09T12:23:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T20:03:55.000Z (about 2 years ago)
- Last Synced: 2024-09-28T16:23:39.312Z (about 2 months ago)
- Topics: disease-prediction, django, django-application, machine-learning, symptoms
- Language: CSS
- Homepage:
- Size: 6.08 MB
- Stars: 257
- Watchers: 5
- Forks: 76
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### 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.
then you have to manually create a DB instance on PostgreSQL named "predico", better use PgAdmin for that.
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### Dataset used -
https://www.kaggle.com/neelima98/disease-prediction-using-machine-learning### Some Sceenshots of This Webapp -
![](https://github.com/anuj-glitch/Disease-Prediction-using-Django-and-machine-learning/blob/master/screenshots/Capture1.PNG)
![](https://github.com/anuj-glitch/Disease-Prediction-using-Django-and-machine-learning/blob/master/screenshots/Capture2.PNG)
![](https://github.com/anuj-glitch/Disease-Prediction-using-Django-and-machine-learning/blob/master/screenshots/Capture3.PNG)
![](https://github.com/anuj-glitch/Disease-Prediction-using-Django-and-machine-learning/blob/master/screenshots/Capture4.PNG)
![](https://github.com/anuj-glitch/Disease-Prediction-using-Django-and-machine-learning/blob/master/screenshots/Capture5.PNG)### ***Go to the [Readme.pdf](Readme.pdf) file for detailed information about the project & screenshots.***
and if you like this project, do give it a "Star" Thank you..