MaartenGr/KeyBERT
Minimal keyword extraction with BERT observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 99
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2141
- days_rel: 572
- days_push: 8
- n_releases_24m: 1
Adoption not part of the score
4215 stars · 386 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
KeyBERT is a minimal Python library that extracts keywords and keyphrases from documents using BERT embeddings and cosine similarity. It requires no training and can be used with just a few lines of code, with optional MMR and Max Sum Distance for diversity.
Use cases
- extract keywords from a document
- find keyphrases that best describe a text
- generate tags for articles automatically
- get diverse keywords using MMR
- use custom transformer models for keyword extraction
- index documents by their most representative phrases
When to choose
- you need quick, training-free keyword extraction with transformer embeddings
- you want a simple pip-installable Python API with minimal code
- you need diverse keyphrases via MMR or Max Sum Distance
- you want to plug in different embedding backends like Sentence-Transformers, Flair, spaCy, or Gensim
When to avoid
- you need supervised, domain-specific keyphrase extraction with high precision
- you cannot run transformer models due to compute constraints
- you need a full NLP pipeline rather than just keyword extraction
Facets
library · maturity stable
nlp machine-learning search-engine machine-learning python keyword-extraction keyphrase-extraction bert embeddings mmr cosine-similarity natural-language-processing search
3 sources
- readme: https://github.com/MaartenGr/KeyBERT · fetched 2026-08-28 · 72de4a38676c
- homepage: https://MaartenGr.github.io/KeyBERT/ · fetched 2026-08-29 · 78961b623522
- registry_pypi: https://pypi.org/pypi/keybert/json · fetched 2026-08-29 · 8519459cd158
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| MaartenGr/KeyBERT | main | 67 |
For agents
markdown · JSON · MCP: product_card(name="MaartenGr/KeyBERT")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem