pyVision
A Machine Learning and Signal Processing toolbox

Download .zip Download.tar.gz View on GitHub


RASA NLU Trainer Frontend application

rasa NLU (Natural Language Understanding) is a tool for intent classification and entity extraction

The RASA NLU Trainer helps in creating training data files in a format suitable for intent and entity extraction

To install the RASA NLU trainer,run the following commands

$git clone https://github.com/golastmile/rasa-nlu-trainer.git
$npm i -g rasa-nlu-trainer

To start the server

$rasa-nlu-trainer 
server listening at http://localhost:36252/

This will start the application at a random port on the server. you can access the editor in the browser which can be used to create the data file which is required for training

Files can be saved on server and used for training RSA NLU or other equivalent systems

References

  • rasa NLU
  • https://github.com/golastmile/rasa-nlu-trainer#installation
blog comments powered by Disqus