Chatbot & Voice resources | NLU, Context, Rasa

Dec 26, 2018 # What's that? A curated list of voice and chatbot materials by me. If you've got something you'd like to share, send it to me me@amitbend.com --- ## Rasa Resources * UI for Rasa (mostly NLU) [link](https://github.com/paschmann/rasa-ui) * A simple UI for NLU trainer [link](https://github.com/RasaHQ/rasa-nlu-trainer) * Articulate - A "Dialogflow like" interface for Rasa [link](https://github.com/samtecspg/articulate) * Input validation, Disambiguation, Intent Substitution,Filter entities - For Rasa Core [link](https://github.com/mrbot-ai/rasa-addons) * Clofus® Chat Bot Platform - Multi bot platform (with enhancements) based on Rasa NLU/Core [link](https://github.com/clofus/clofus-chatbot) * A rasa_core Interpreter that sources intent data from dialogflow.com API v2. This means you can run rasa_core and do Natural Language Understanding using Dialogflow [link](https://github.com/m90/rasa-dialogflow-interpreter) * Django-Rasa-BotUI - Integrating Rasa Core with Django backend and finally using Webchat for chatbot user interface [link](https://github.com/Alexmhack/Django-Rasa-Bot) * Botfront - A visual and intuitive platform to build chatbots with Rasa [link](https://www.botfront.io/) ## Custom UI * Chatroom - React-based Chatroom Component for Rasa Stack [link](https://github.com/scalableminds/chatroom) * Rasa Webchat - A chat widget easy to connect to chatbot platforms such as Rasa Core [link](https://github.com/mrbot-ai/rasa-webchat) * Web chat UI - UI for some chat application (not rasa specific) [link](https://github.com/bhavinjawade/Web-Chat-UI) --- ## Botframework Resources ### v3 * This project implements a framework called 'notifications' which enables bot authors to implement a notifications capability, with minimal changes to the actual bot. [link](https://github.com/CatalystCode/bot-notifications) * Custom Analytics Dashboard for Microsoft Bot Framework and other applications as well [link](https://github.com/Azure/ibex-dashboard) * A bridge between Alexa Skills and the Microsoft Bot SDK [link](https://github.com/CatalystCode/alexa-bridge) * Module for Microsoft Bot Framework to enable your bot to prompt the user if the bot detects inactivity and ultimately end the conversation if no user activity after a defined period of time. [link](https://www.npmjs.com/package/botbuilder-timeout) ### Testing * Library for Microsoft Bot Framework Chatbot unit testing [link](https://github.com/gudwin/botbuilder-unit) * Simple framework that allows for easy testing of a botbuiler chatbot using mocha and chai. [link](https://github.com/microsoftly/BotTester) ### others * Chatbot directory (chatbots.org) [link](https://chatbots.org)