Skip to content

Latest commit

 

History

History
87 lines (63 loc) · 1.84 KB

README.md

File metadata and controls

87 lines (63 loc) · 1.84 KB

About this project

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.

image

Features:

  • Search doctor and hospital
  • Suggest associate doctor for the disease
  • Check heart condition
  • Covid-19 live update
  • Intelligent searching system

Build Setup

Clone

https://github.com/ingenuity-2-0/ehealthcare-backend.git
cd ehealthcare-backend

Change the working directory

cd ubot-backend

Install dependencies

pip insatll -r requirements.txt

Run the app in development mode

python manage.py migrate
python manage.py runserver

That's All! Now open localhost:8000 to see the app.

Dependencies

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

Build Setup ( front-end )

https://github.com/ingenuity-2-0/ehealthcare_frontend

Author and Contributors

License

This project is licensed under the MIT License - see the LICENSE file for details.