fasttext-serving

Build Status Crates.io

fastText model serving service

Installation

You can download prebuilt binary from GitHub releases, or install it using Cargo:

bash cargo install fasttext-serving

Usage

```bash $ fasttext-serving --help

USAGE: fasttext-serving --model

FLAGS: -h, --help Prints help information -V, --version Prints version information

OPTIONS: -m, --model Model path ```

License

This work is released under the MIT license. A copy of the license is provided in the LICENSE file.