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

Latest commit

 

History

History
19 lines (14 loc) · 731 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 731 Bytes

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 "*"