rizmyabdulla / blenderbot

A fast and lightweight open-source conversational chatbot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:HTML 50.4%Language:Python 49.6%