simple web app for creating training data
See original GitHub issueI’m sure some users will want some kind of GUI for rasa NLU.
We currently have the visualizer
which can render training data. Would be cool to have a simple web app which can create formatted training data files, similarly to the wit.ai / LUIS interfaces.
Just comment here if you would like to work on it, or have suggestions on how it should be done
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:19 (6 by maintainers)
Top Results From Across the Web
How to Easily Build Your First Machine Learning Web App in ...
Flask is a Python framework that lets us develop web applications easily. After following this guide, you'll be able to play with a...
Read more >Build a Machine Learning Web App in 5 Minutes - KDnuggets
You will build a simple web application that is able to feed user input into a machine learning model, and display an output...
Read more >Streamlit • The fastest way to build and share data apps
Streamlit is an open-source app framework for Machine Learning and Data Science teams. Create beautiful web apps in minutes.
Read more >Build a machine learning web app in Python - Natassha Selvaraj
This tutorial will cover three sections: Building the machine learning model; Creating a web application with this model; Deploying this ...
Read more >How to Build an Instant Machine Learning Web Application ...
Streamlit, an open-source app framework, aims to simplify the process of building web applications for machine learning and data science.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi, i’m done with the basics 😃
repo
online demo
For now, it’s only editing the examples in the
rasa_nlu_data.entity_examples
. I don’t know for sure how the json file should be structured, some docs would be very helpful 😃 (issue)I’m not using rasa_nlu at the moment, so let me know if you have an idea to make this a better tool 😃
That looks awesome! You can grab/check JSON generation from my script here.
It sets things up in rasa nlu readable format.
https://github.com/ToferC/rasa_nlu/blob/master/generate_rasa_json.py
On Wed, Jan 4, 2017, 8:17 PM Neil Stoker notifications@github.com wrote: