https://github.com/smv1999/dpredictor
Disease Predictor Based On Symptoms
https://github.com/smv1999/dpredictor
Last synced: 7 months ago
JSON representation
Disease Predictor Based On Symptoms
- Host: GitHub
- URL: https://github.com/smv1999/dpredictor
- Owner: smv1999
- Created: 2019-01-08T15:17:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T15:26:23.000Z (almost 7 years ago)
- Last Synced: 2025-01-28T19:13:41.275Z (8 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dpredictor
Disease Predictor Based On Symptoms
This is a simple python application that predicts disease based on the symptoms given by the user. The back-end used here is Oracle DB.
Only the administrator will be able to manage and make changes to the DB and the user can only use the application to view the diseases based on the symptoms given by him/her. The disease along with some other details like causes, prevention measures etc are also displayed in a table format on the screen.Future Enhancement:
This application can be made into a real time application that uses machine learning concepts instead of storing them in a DB and so can analyse the symptoms and can interact with the user and work like a medical assistant.