An annyang based Hospital Management System. The website user documentation can be found in static/vendor/docs.html file. Provides basic functions like modifying and viewing doctor and patient details, and booking appointments.
Python 2.7 and Flask restful are required to run this project.
pip install flask-restful
Cross-check the port and host address in config.js file.
Run the project using - python app.py
- Voice commands can be modified in the respective html files present in static folder.
- annyang GitHub repository link.
Base code forked from Tushar Borole's GitHub repository.