fastino-ai/GLiNER2
Unified Schema-Based Information Extraction observed · 2026-08-28
Health v2 · maintenance only
85/100
- Activity 99
- Release rhythm 99
- Longevity 30
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: 12
- age_days: 422
- days_rel: 9
- days_push: 9
- n_releases_24m: 12
Adoption not part of the score
1813 stars · 169 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
GLiNER2 is a Python library for schema-based information extraction and text classification, supporting named entity recognition, structured data extraction, relation extraction, and span attributes in a single local model. It offers two extraction architectures (span and boundary) behind a unified AutoExtractor API and runs efficiently on CPU without external dependencies.
Use cases
- extract named entities from text
- classify text with custom labels
- extract structured records from documents
- detect PII in text locally
- extract entity relations into typed graphs
- run information extraction on CPU without GPU
- build training data for extraction models
When to choose
- you need schema-driven NER and classification in one model
- privacy requires fully local inference with no external calls
- you want fast CPU-based extraction without GPU infrastructure
- you need entities, relations, and classification in a single forward pass
When to avoid
- you need generative LLM-style free-form extraction beyond schema constraints
- you require state-of-the-art accuracy on complex domain-specific extraction that fine-tuned large models provide
- your stack is not Python 3.10+
Facets
library · maturity active
nlp machine-learning parser llm-inference machine-learning data-science privacy python cli cross-platform named-entity-recognition information-extraction text-classification relation-extraction schema-driven cpu-inference local-inference pii-detection transformers natural-language-processing
2 sources
- readme: https://github.com/fastino-ai/GLiNER2 · fetched 2026-08-28 · b9e1b02f819e
- registry_pypi: https://pypi.org/pypi/gliner2/json · fetched 2026-08-29 · 676401563db7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| fastino-ai/GLiNER2 | main | 85 |
For agents
markdown · JSON · MCP: product_card(name="fastino-ai/GLiNER2")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem