Health care for patients post surgery
- A Chatbot that can answer varying levels of queries from the user, these queries range from simple information to booking of appointment for the doctor.
- One can get details about his past doctors, prescriptions, dosage etc, just by quering the bot.
- Questions can even be asked to the doctors directly.
- Reminders can be set for taking medicines.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
Installing NodeJs
$ sudo apt-get install nodejs
Installing VueJs
$ npm install -g @vue/cli
Installing Python3
$ sudo apt-get install python3
A step by step series of examples that tell you how to get a development env running
Cloning the repo
$ git clone https://github.com/chaitanyadukkipaty/LegoDoc.git
Installing the dependencies
$ cd HealthCare
$ npm install
$ cd Python
$ pip install -r requiremnt.txt
$ cd ../web/bootcare/
$ npm install
If you are running a development environment, use the following command:
$ npm run serve
If you are running a deployment environment, use the following command:
$ npm run build
Running the node server
$ node server.js
Running the flask server
$ python chatbot.py
The application will now be running on https://localhost:8080/
- MySQL - Database
- Express - Server Framework
- VueJs - Web Framework
- NodeJs - Server Environment
- Android Studio - Android App
- Flask - Python server, serving the models
- The only way to detect distress is using the conversations with the bot
- Integration with Google Fit
/server.js : Main server code
/web/lego : Website code
/models : Data structures and methods to access them
/Python : Flask app and dependencies for the model
- Fork it (https://github.com/caldenrodrigues/HealthCare/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
See also the list of contributors who participated in this project.