All Projects → YuukanOO → Tracy

YuukanOO / Tracy

Licence: mit
A simple and easy to use trainer to generate Rasa/Snips NLU datasets

Labels

Projects that are alternatives of or similar to Tracy

Dialogflow Javascript Client
JavaScript Web SDK for Dialogflow
Stars: ✭ 416 (+352.17%)
Mutual labels:  nlu
Tc Bot
User Simulation for Task-Completion Dialogues
Stars: ✭ 733 (+696.74%)
Mutual labels:  nlu
Botsharp
The Open Source AI Chatbot Platform Builder in 100% C# Running in .NET Core with Machine Learning algorithm.
Stars: ✭ 1,103 (+1098.91%)
Mutual labels:  nlu
Chat
基于自然语言理解与机器学习的聊天机器人,支持多用户并发及自定义多轮对话
Stars: ✭ 516 (+460.87%)
Mutual labels:  nlu
Nlp Recipes
Natural Language Processing Best Practices & Examples
Stars: ✭ 5,783 (+6185.87%)
Mutual labels:  nlu
Rasa Ui
Rasa UI is a frontend for the Rasa Framework
Stars: ✭ 796 (+765.22%)
Mutual labels:  nlu
Snips Nlu
Snips Python library to extract meaning from text
Stars: ✭ 3,583 (+3794.57%)
Mutual labels:  nlu
Spark Nlp Models
Models and Pipelines for the Spark NLP library
Stars: ✭ 88 (-4.35%)
Mutual labels:  nlu
Chatito
🎯🗯 Generate datasets for AI chatbots, NLP tasks, named entity recognition or text classification models using a simple DSL!
Stars: ✭ 678 (+636.96%)
Mutual labels:  nlu
Easynlu
Simple embedded NLU for mobile apps
Stars: ✭ 57 (-38.04%)
Mutual labels:  nlu
Resin
Hardware-accelerated vector-based search engine. Available as a HTTP service or as an embedded library.
Stars: ✭ 529 (+475%)
Mutual labels:  nlu
Opsdroid
🤖 An open source chat-ops bot framework
Stars: ✭ 563 (+511.96%)
Mutual labels:  nlu
Crosslingual Nlu
Zero-shot Cross-lingual Task-Oriented Dialogue Systems (EMNLP 2019)
Stars: ✭ 20 (-78.26%)
Mutual labels:  nlu
Nlp.js
An NLP library for building bots, with entity extraction, sentiment analysis, automatic language identify, and so more
Stars: ✭ 4,670 (+4976.09%)
Mutual labels:  nlu
Cherubnlp
Natural Language Processing in .NET Core
Stars: ✭ 71 (-22.83%)
Mutual labels:  nlu
Botlibre
An open platform for artificial intelligence, chat bots, virtual agents, social media automation, and live chat automation.
Stars: ✭ 412 (+347.83%)
Mutual labels:  nlu
Chatbot cn
基于金融-司法领域(兼有闲聊性质)的聊天机器人,其中的主要模块有信息抽取、NLU、NLG、知识图谱等,并且利用Django整合了前端展示,目前已经封装了nlp和kg的restful接口
Stars: ✭ 791 (+759.78%)
Mutual labels:  nlu
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 (+10210.87%)
Mutual labels:  nlu
Atis dataset
The ATIS (Airline Travel Information System) Dataset
Stars: ✭ 81 (-11.96%)
Mutual labels:  nlu
Pytlas
An open-source 🤖💬 Python 3 assistant library built for people and made to be super easy to setup and understand
Stars: ✭ 34 (-63.04%)
Mutual labels:  nlu

tracy

A simple and easy to use trainer to generate Rasa NLU and Snips NLU needed files.

Inspired by Chatito and Rasa NLU Trainer.

Want to create your own personal assistant? Check my other project pytlas!

Screenshot

How does that work?

An agent represents a project (bot, assistant, whatever).

A skill represents what your agent can do. To define its capabilities, you must create intents within a skill to keep it logically organized (or you can put all your intents in one skill if you wish).

An intent is made of slots and samples. Slots defines what could be extracted from your samples. A slot could be of a particular entity type. This way, you can easily shared common stuff such as locations, enums or so.

Once you have define some skills, you can attached them to your agent and click the Train button to export the resulting dataset.

Data are persisted via LocalStorage as of now.

Development

Run npm install to install packages and npm start to start the webpack dev server.

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].