A GPT bot to handle Q/A
- Download "microsoftDialoGPT-large" from drive-link=https://drive.google.com/drive/folders/1R3tLfMhbuJAQ0lSVEM4DDSwYpYbVUAod?usp=sharing
- Extract it in a folder named "microsoftDialoGPT-large"
- Install necessary libraries using the command
pip install -r requirements.txt - Execute the program using the command
py .\main.py(use py3 if you have multiple python installed in your system) - Enjoy!
(Note: You can also find video explanation of the project from drive link)