vgnogueira / botpress_nlu

This repo contains every ML/NLU related code written by Botpress in the NodeJS environment. This includes the Botpress Standalone NLU Server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

This repo contains every ML/NLU related code written by Botpress in the NodeJS environment. This includes the Botpress Standalone NLU Server.


Languages

Language:C++ 84.1%Language:TypeScript 7.8%Language:C 6.7%Language:CMake 0.5%Language:Shell 0.3%Language:Python 0.2%Language:JavaScript 0.1%Language:Makefile 0.1%Language:Perl 0.1%Language:M4 0.0%Language:Batchfile 0.0%Language:SWIG 0.0%Language:HTML 0.0%Language:Dockerfile 0.0%