This repo contains Botpress Standalone NLU server.
Prerequisites: Node 12.13 (you can use nvm) and Yarn.
- Run
yarnto fetch node packages. - Run
yarn buildto build. - Run
yarn startto start the Standalone NLU server. - * Optionnal * Run
yarn packageto package in self contained binaries. Binaries are located inside<nlu-root-path>/dist/*
To get the CLI documentation, just run yarn start --help.
To get the HTTP documentation, just run the server and check your running terminal.
This software is protected by the same license as the main Botpress repository. You can find the license file here.