Skip to content

usaraj/nlu

 
 

Repository files navigation

Botpress NLU

Description

This repo contains Botpress Standalone NLU server.

Building from source

Prerequisites: Node 12.13 (you can use nvm) and Yarn.

  1. Run yarn to fetch node packages.
  2. Run yarn build to build.
  3. Run yarn start to start the Standalone NLU server.
  4. * Optionnal * Run yarn package to package in self contained binaries. Binaries are located inside <nlu-root-path>/dist/*

Documentation

To get the CLI documentation, just run yarn start --help.

To get the HTTP documentation, just run the server and check your running terminal.

LICENSING

This software is protected by the same license as the main Botpress repository. You can find the license file here.

About

Botpress Standalone NLU server.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 84.6%
  • TypeScript 7.3%
  • C 6.8%
  • CMake 0.5%
  • Shell 0.3%
  • Python 0.2%
  • Other 0.3%