Blenderbot is a chat bot that uses the open-domain facebook/blenderbot-400M-distill conversational model. The model is lightweight so you can easily run it in your personal computer.
First you will need the Python installed. Then clone this repository using this command:
git clone https://github.com/gospacedev/blenderbot.git
After that install the required packages:
pip install -r requirements.txt
Then run it in the web:
flask run
It should look something like this: