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

Flask web server to serve supervised models trained with FastText.

License

Notifications You must be signed in to change notification settings

dfederschmidt/fasttext-server

Repository files navigation

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

About

Flask web server to serve supervised models trained with FastText.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published