Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

threeal-archive/threeal-bot-nlu

Repository files navigation

Threeal Bot NLU

Natural-language understanding (NLU) API server for Threeal bot using Rasa Open Source.

Project Setup

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

Usage

  • Train the model.
    $ rasa train
  • Run the API Server and test it on Threeal bot.
    $ rasa run --enable-api --cors "*"