3Top/word2vec-api
Simple web service providing a word embedding model observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4432
- days_rel: n/a
- days_push: 1220
- n_releases_24m: 0
Adoption not part of the score
1437 stars · 349 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A simple Python web service that exposes word embedding models (Word2Vec/GloVe) via an HTTP API built on Gensim. It serves similarity, most-similar, and vector lookup endpoints for pretrained or custom embedding models.
Use cases
- serve word2vec embeddings over http
- compute word similarity via rest api
- find most similar words to a query
- get word vectors as base64 from a pretrained model
- wrap gensim word2vec model as a web service
- query glove embeddings from another application
When to choose
- you need a quick REST endpoint around an existing Word2Vec/GloVe model
- you want pretrained model links and simple similarity queries without writing code
- your stack is Python and Gensim-compatible model formats
When to avoid
- you need modern transformer-based embeddings or sentence-level semantics
- you require production hardening, auth, or an active maintenance cycle
- you need to train models - this only serves existing ones
Facets
service · maturity maintenance
http-server nlp machine-learning api-framework machine-learning apis web-development python cli cross-platform word2vec word-embeddings gensim rest-api pretrained-models similarity natural-language-processing web-server
1 source
- readme: https://github.com/3Top/word2vec-api · fetched 2026-08-28 · 7214a7bfb0d3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| 3Top/word2vec-api | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="3Top/word2vec-api")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem