BESSER-PEARL / BESSER-Bot-Framework

Design and implement chatbots in Python

Home Page:https://besserbot-framework.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BESSER Bot Framework

The BESSER Bot Framework (BBF) is part of the BESSER (Building Better Smart Software Faster) project. It aims to make the design and implementation of chatbots easier and accessible for everyone.

Check out the official documentation.

Quick start

Requirements

  • Python 3.11
  • Recommended: Create a virtual environment (e.g. venv, conda)
  • Install the package:
pip install besser-bot-framework

Note that if you want to set your bot's language to Luxembourgish and are using the package installed with pip, you will need to manually install the spellux library. If you clone this project, installing the requirements from the requirements.txt file is enough.

Example bots

For more example bots, check out the BBF-bot-examples repository!

About

Design and implement chatbots in Python

https://besserbot-framework.readthedocs.io/

License:MIT License


Languages

Language:Python 100.0%