DocHome is a website made especially to solve the uncertainty people feel when they do not exactly know what they are going through medically. Many people, using Internet, self diagnose themselves, but most of the times, they are wrong as Internet is not a reliable source for the same. DocHome helps people to know with above 90% accuracy, what they are suffering from. It uses Machine Learning to validate the symptoms of the user and in return, gives top 5 possible diseases they might be suffering from, along with percentage possibility and remedies for each. Also, it provides a list of nearby doctors for further consultation. To put simply, DocHome is a free and trustworthy source to diagnose yourself.
Instructions on how to pull(for the first time):-
- make a new folder
- open cmd
- go to cmd using the cd command. Google how to use it.
- Use commands :-
- git init
- git remote add origin https://github.com/Vaijayanthi-Sambath-Kumar/IEEE-Hackathon.git
- git pull origin main
for subsequent pulling, use:-
- open cmd
- go to cmd using the cd command.
- git pull origin main --allow-unrealted-histories
Datasets:
https://www.kaggle.com/datasets/neelampandey/disease-prediction-dataset
https://www.kaggle.com/datasets/hagari/disease-and-their-symptoms
https://www.kaggle.com/datasets/itachi9604/disease-symptom-description-dataset
https://github.com/rahul15197/Disease-Detection-based-on-Symptoms/tree/master/Dataset
https://github.com/anujdutt9/Disease-Prediction-from-Symptoms/tree/master/dataset
Resources:
https://developers.google.com/codelabs/maps-platform/maps-platform-101-js?hl=en&authuser=1#0
https://healeycodes.com/talking-between-languages
https://dataanalyticsireland.ie/2022/02/14/how-to-run-python-directly-from-javascript/