Unmaintained: You might want to look at fasttext-serving.
Deploy your FastText models as a microservice with ease.
These instructions will get you up and running with fasttext-server.
- Python 3 (see here for instructions)
- FastText for Python (see here for instructions)
pip install fasttext-server
OR
You can get pre-build images from hub.docker.com.
docker pull dfederschmidt/fasttext-server:latest
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.
- Daniel Federschmidt - federschmidt.xyz
This project is licensed under the MIT License - see the LICENSE.md file for details