Natural-language understanding (NLU) API server for Threeal bot using Rasa Open Source.
- Follow this guide to install Rasa Open Source.
As an alternative, you may deploy this project as a Docker container locally or on the cloud using Heroku with the configurations that have been provided.
- Train the model.
$ rasa train
- Run the API Server and test it on Threeal bot.
$ rasa run --enable-api --cors "*"