dmmiller612/bert-extractive-summarizer
Easy to use extractive text summarization with BERT observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2671
- days_rel: n/a
- days_push: 1178
- n_releases_24m: 0
Adoption not part of the score
1453 stars · 306 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Python library for extractive text summarization using BERT embeddings via HuggingFace transformers. It embeds sentences, clusters them, and selects sentences closest to cluster centroids, with optional coreference resolution.
Use cases
- summarize long articles with python
- extract key sentences from a document
- summarize lecture transcripts
- get a short summary of text using BERT
- condense news articles into a few sentences
- summarize text with sentence transformers
When to choose
- you need extractive (not abstractive) summarization in Python
- you want a simple pip-installable summarizer with BERT or SBERT embeddings
- you need GPU-accelerated summarization with configurable sentence counts
When to avoid
- you need abstractive summaries that rewrite text
- you need a production service with active maintenance
- you cannot run transformer models due to compute constraints
Facets
library · maturity maintenance
nlp machine-learning machine-learning python bert extractive-summarization pytorch coreference sentence-embeddings natural-language-processing
2 sources
- readme: https://github.com/dmmiller612/bert-extractive-summarizer · fetched 2026-08-28 · 150c06583bb0
- registry_pypi: https://pypi.org/pypi/bert-extractive-summarizer/json · fetched 2026-08-29 · 7a1fe7130272
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dmmiller612/bert-extractive-summarizer | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="dmmiller612/bert-extractive-summarizer")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem