Skip to content

BESSER-PEARL/BESSER-Bot-Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!