Skip to content

A fast and lightweight open-source conversational chatbot

License

Notifications You must be signed in to change notification settings

rizmyabdulla/blenderbot

 
 

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

About

A fast and lightweight open-source conversational chatbot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 50.4%
  • Python 49.6%