Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 520 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 520 Bytes

Flask-ChatBot

This is a flask chatbot developed using Python 3.11, huggingface pretrained conversation model - microsoft/dialogpt-medium, flask, speech-recognition, pyttsx3.

To use it locally you have to download the zip file of this git repository and create a virtualenv, then download all python packages mentioned in requirements.txt and then run the command 'flask run' on powershell in the root folder of the project. Then head to the url '127.0.0.1:5000' to get the live chatbot on your web browser.