Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aalexander47/disease_prediction


https://github.com/aalexander47/disease_prediction

Last synced: about 2 months ago
JSON representation

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 or SQlelectron is install in your system.
You can get from below link

https://sqlectron.github.io/

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/aalexander47/Disease/blob/main/screenshots/Home.png)
![](https://github.com/aalexander47/Disease/blob/main/screenshots/Login.png)
![](https://github.com/aalexander47/Disease/blob/main/screenshots/Signup.png)
![](https://github.com/aalexander47/Disease/blob/main/screenshots/Doctor.png)
![](https://github.com/aalexander47/Disease/blob/main/screenshots/CheckDisease.png)
![](https://github.com/aalexander47/Disease/blob/main/screenshots/Consult.png)
![](https://github.com/aalexander47/Disease/blob/main/screenshots/ConsultUI.png)
![](https://github.com/aalexander47/Disease/blob/main/screenshots/Database.png)