Skip to content

A fast and lightweight open-source conversational chatbot

License

Notifications You must be signed in to change notification settings

gospacedev/blenderbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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