This is an personal assistant medical chat bot. Which is used for the people, at the time of:
- Scheduling appointments
- Health tracking
- Symptom checking
- Instant help in emergency situatuions or first aid
- Clone/Download this repository
git clone clone_path
- Downlaod the required packages
pip install -r requirements.txt
- To run the script you need to use the following command
python test.py
- HealthBot
- db.sqlite3
- test.py
- data
- english
- yaml files(for testing the data)
- english
- Readme.md
- After downloading the required librabries, try to run the script.
- when you run the script you can see the GUI of the chat-bot which is made up of tkinter.
- You can write the text in text box the bot will automatically respond from the trainned data set. Data set is saved in the respective data folder The screenshot of conversation of bot is shown below:
4. If you want to speak with the bot, you can speak the bot will also speak with you as your personal assistant. You can check the demo video below: https://user-images.githubusercontent.com/61947484/103920080-dd6e2880-5136-11eb-963b-6700da53e074.mp4