The objective is to create a HealthCare-Domain Generative-based chatbot that can provide valuable information about health issues and help people to figure out how to prevent themself from diseases.
In your cmd run this command: 'pip install -r requirement.txt' to download all packets needed.
You can generate the data by visit the data
folder under the root
folder
- Folder
get_data
: Contains the python file to crawl data from Wikipedia and then transform it into dialogues by the power of OpenAI API.
- Folder
DialoGPT
: Contains the source codes to train the bot using GPT-2 based model with the data consists of seven contexts for each dialouge.
- Folder
Godel
: Contains the source codes to train the bot using Godel model with the data consists of 11 contexts associated with its knowledge(context) for each dialouge.
In Folder views
you can see a "Chatbot.py" file. Open your cmd and run command: "streamlit run Chatbot.py"
GPL-3.0 License