Skip to content
This repository has been archived by the owner on Apr 3, 2021. It is now read-only.

Latest commit

 

History

History
52 lines (30 loc) · 1.66 KB

README.md

File metadata and controls

52 lines (30 loc) · 1.66 KB

fasttext-server

Unmaintained: You might want to look at fasttext-serving.

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