UNPKG

jessyfront

Version:

Botfront is an open source chatbot platform based on Rasa.

44 lines (28 loc) 1.26 kB
<div align="center"> [![Release](https://img.shields.io/npm/v/botfront.svg)](https://www.npmjs.com/package/botfront) [![License](https://img.shields.io/badge/license-AGPLv3-blue.svg?style=flat)](https://github.com/botfront/botfront/blob/master/LICENSE) [![Ask your questions on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/botfront) </div> # Botfront Botfront is an open source chatbot platform built on top of **Rasa**. ![Botfront screenshot](/botfront/docs/images/botfront-screenshot.jpg) With Botfront you can: - Build advanced **multilingual** conversational agents 🌎 - Write and train **stories** 📖 - Create, train, and evaluate **NLU** models 🤓 - Create and edit your bot responses 👩‍🎨 - Monitor conversations, review and annotate incoming NLU utterances 👌 ### Getting started Just... ```bash npm install -g botfront ``` And... ```bash botfront ``` ### Getting help - [Read the documentation](https://docs.botfront.io) - Get answers on the [Spectrum community](https://spectrum.chat/botfront) ### License Botfront is [AGPLv3](https://github.com/botfront/botfront/blob/master/LICENSE) licensed. You can read the licence [here](https://github.com/botfront/botfront/blob/master/LICENSE).