A technology to improve adoption by doctors, nurses and other health/administrative workers in state healthcare facilities to use the HMIS software.
First of all please install the requirements using
pip install -r requirements.txt
python server.py
Optionally, if you want to set up with a virtual environment, You can create one before installing the Requirenments:
virtualenv venv
source venv/bin/activate
To log in, please use the following configurations:
Email: [email protected] Password: test Role: Doctor
OR
Email: [email protected] Password: test Role: Reception
OR
Email: [email protected] Password: test Role: Patient
OR
Email: [email protected] Password: test Role: Staff
The Backend user data is stored in Hospital_users.json
URLS:
- /
- /about
- /doctor
- /staff
- /patient
- /reception
- /pharmacy
- Flask - The web framework used
- Scikit-learn - Machine Learning
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Dev Sanghvi - Initial work - DevSanghvi
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details