fastText model serving service
You can download prebuilt binary from GitHub releases, or install it using Cargo:
bash
cargo install fasttext-serving
```bash $ fasttext-serving --help
USAGE:
fasttext-serving --model
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-m, --model
This work is released under the MIT license. A copy of the license is provided in the LICENSE file.