All Projects → cedextech → Rasa Chatbot Templates

cedextech / Rasa Chatbot Templates

Licence: mit
RASA chatbot use case boilerplate

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Rasa Chatbot Templates

Rasa
💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
Stars: ✭ 13,219 (+10308.66%)
Mutual labels:  chatbot, chatbots, natural-language-processing
Convai Bot 1337
NIPS Conversational Intelligence Challenge 2017 Winner System: Skill-based Conversational Agent with Supervised Dialog Manager
Stars: ✭ 65 (-48.82%)
Mutual labels:  chatbot, chatbots, natural-language-processing
Botfuel Dialog
Botfuel SDK to build highly conversational chatbots
Stars: ✭ 96 (-24.41%)
Mutual labels:  chatbot, chatbots, natural-language-processing
Chatbot ner
chatbot_ner: Named Entity Recognition for chatbots.
Stars: ✭ 273 (+114.96%)
Mutual labels:  chatbot, chatbots, natural-language-processing
Chat
基于自然语言理解与机器学习的聊天机器人,支持多用户并发及自定义多轮对话
Stars: ✭ 516 (+306.3%)
Mutual labels:  chatbot, natural-language-processing
Stealth
An open source Ruby framework for text and voice chatbots. 🤖
Stars: ✭ 481 (+278.74%)
Mutual labels:  chatbot, natural-language-processing
Chatito
🎯🗯 Generate datasets for AI chatbots, NLP tasks, named entity recognition or text classification models using a simple DSL!
Stars: ✭ 678 (+433.86%)
Mutual labels:  chatbot, chatbots
Botsharp
The Open Source AI Chatbot Platform Builder in 100% C# Running in .NET Core with Machine Learning algorithm.
Stars: ✭ 1,103 (+768.5%)
Mutual labels:  chatbot, natural-language-processing
Poshbot
Powershell-based bot framework
Stars: ✭ 410 (+222.83%)
Mutual labels:  chatbot, chatbots
Insuranceqa Corpus Zh
🚁 保险行业语料库,聊天机器人
Stars: ✭ 821 (+546.46%)
Mutual labels:  chatbot, natural-language-processing
Neuro
🔮 Neuro.js is machine learning library for building AI assistants and chat-bots (WIP).
Stars: ✭ 126 (-0.79%)
Mutual labels:  chatbot, natural-language-processing
Nlp.js
An NLP library for building bots, with entity extraction, sentiment analysis, automatic language identify, and so more
Stars: ✭ 4,670 (+3577.17%)
Mutual labels:  chatbot, natural-language-processing
Nlpia
Examples and libraries for "Natural Language Processing in Action" book
Stars: ✭ 416 (+227.56%)
Mutual labels:  chatbot, natural-language-processing
Me bot
Build a bot that speaks like you!
Stars: ✭ 641 (+404.72%)
Mutual labels:  chatbot, natural-language-processing
Botlibre
An open platform for artificial intelligence, chat bots, virtual agents, social media automation, and live chat automation.
Stars: ✭ 412 (+224.41%)
Mutual labels:  chatbot, natural-language-processing
Text Dependency Parser
🏄 依存关系分析,NLP,自然语言处理
Stars: ✭ 78 (-38.58%)
Mutual labels:  chatbot, natural-language-processing
Botpress
🤖 Dev tools to reliably understand text and automate conversations. Built-in NLU. Connect & deploy on any messaging channel (Slack, MS Teams, website, Telegram, etc).
Stars: ✭ 9,486 (+7369.29%)
Mutual labels:  chatbot, chatbots
Ai Chatbot Framework
A python chatbot framework with Natural Language Understanding and Artificial Intelligence.
Stars: ✭ 1,564 (+1131.5%)
Mutual labels:  chatbot, chatbots
Clause
🏇 聊天机器人,自然语言理解,语义理解
Stars: ✭ 323 (+154.33%)
Mutual labels:  chatbot, natural-language-processing
Rivescript Js
A RiveScript interpreter for JavaScript. RiveScript is a scripting language for chatterbots.
Stars: ✭ 350 (+175.59%)
Mutual labels:  chatbot, chatbots

Rasa Chatbot Templates

Introduction

A collection of boilerplate templates for different chatbot usecases on RASA platform.

Installation & Configuration

Here are the simple steps that you can follow to use a template:

  • Install RASA https://rasa.com/docs/rasa-x/installation-and-setup/
  • Create a project_directory for your project
  • initialize RASA within your project_directory by running command rasa init
  • Replace the files in the project_directory with the ones from downloaded template
  • Train the bot with command rasa train
  • Evaluate the bot in terminal with command rasa test
  • OPTIONAL: If you find a file called actions.py in your template directory, run this command in a new terminal rasa run actions
  • Start talking to the bot in terminal with command rasa shell

Important

Being boilerplates, the bots does contain minimal training data for stories just enough to structure the conversation skeleton. Please don't forget to improve the conversations with rasa interactive command.

Templates

Maintainers

@devkiran. @freakeinstein. @nileenashaju

Contributing

Feel free to dive in! Open an issue or submit PRs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].