Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 874 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 874 Bytes

blenderbot

huggingface link

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.

Get Started

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:

blender-bot-screenshot