# nlu
**Repository Path**: wuguokai_work/nlu
## Basic Information
- **Project Name**: nlu
- **Description**: Botpress Standalone NLU server.
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-08-02
- **Last Updated**: 2022-02-18
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Botpress NLU
## Description
This repo contains Botpress Standalone NLU server.
## Building from source
**Prerequisites**: Node 12.13 (you can use [nvm](https://github.com/creationix/nvm)) and Yarn.
1. Run `yarn` to fetch node packages.
1. Run `yarn build` to build.
1. Run `yarn start` to start the Standalone NLU server.
1. \* _Optionnal_ \* Run `yarn package` to package in self contained binaries. Binaries are located inside `/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](https://github.com/botpress/botpress). You can find the license file [here](https://github.com/botpress/botpress/blob/master/LICENSE).