/fasttext-server

Flask web server to serve supervised models trained with FastText.

Primary LanguagePythonMIT LicenseMIT

fasttext-server

travis Documentation Status Docker Automated build

Deploy your FastText models as a microservice with ease.

Getting Started

These instructions will get you up and running with fasttext-server.

Prerequisites

Installation

pip install fasttext-server

OR

You can get pre-build images from hub.docker.com.

docker pull dfederschmidt/fasttext-server:latest

Quick Start

python -m ft_server $MODEL_PATH

where $MODEL_PATH is a path to a FastText model (.bin or .ftz). You can find a selection of pre-trained models on the FastText homepage.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details