E-Health Care is a web application where users can check their heart condition through this system. If the user's inserted symptoms match the symptoms of a disease, it will advise the associate physician for that disease.
- Search doctor and hospital
- Suggest associate doctor for the disease
- Check heart condition
- Covid-19 live update
- Intelligent searching system
https://github.com/ingenuity-2-0/ehealthcare-backend.git
cd ehealthcare-backend
cd ubot-backend
pip insatll -r requirements.txt
python manage.py migrate
python manage.py runserver
That's All! Now open localhost:8000 to see the app.
it requires python version >=3.7
asgiref==3.4.1
beautifulsoup4==4.10.0
certifi==2021.5.30
charset-normalizer==2.0.6
Django==3.2.7
idna==3.2
joblib==1.0.1
mysqlclient==2.0.3
numpy==1.21.2
pandas==1.3.3
Pillow==8.3.1
python-dateutil==2.8.2
pytz==2021.1
requests==2.26.0
scikit-learn==1.0
scipy==1.7.1
six==1.16.0
soupsieve==2.2.1
sqlparse==0.4.1
threadpoolctl==2.2.0
urllib3==1.26.7
python-dotenv~=0.19.1
https://github.com/ingenuity-2-0/ehealthcare_frontend
This project is licensed under the MIT License - see the LICENSE
file for details.