messense/fasttext-serving
fastText model serving service
This tool helps software developers integrate pre-trained fastText models into their applications. You provide a fastText model file and it exposes an API endpoint. Your application can then send text strings to this endpoint and receive back the model's predictions, such as text classifications or word embeddings. It's for developers building applications that need to perform fast, real-time text analysis or categorization.
Use this if you are a developer looking for a straightforward way to deploy and serve fastText models for real-time text prediction within your applications.
Not ideal if you need to train fastText models or want a tool with a graphical interface for interactive text analysis.
Stars
62
Forks
12
Language
Rust
License
—
Category
Last pushed
Feb 03, 2026
Monthly downloads
47
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/messense/fasttext-serving"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
ChenghaoMou/text-dedup
All-in-one text de-duplication
loretoparisi/fasttext.js
FastText for Node.js
gagan3012/PolyDeDupe
PolyDeDupe: Multi-Lingual Data Deduplication
vrasneur/pyfasttext
Yet another Python binding for fastText
olegtarasov/FastText.NetWrapper
.NET Standard wrapper for fastText library. Now works on Windows, Linux and MacOs!