dedupeio/dedupe
:id: A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution. observed · 2026-08-28
Health v2 · maintenance only
48/100
- Activity 34
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 5248
- days_rel: n/a
- days_push: 401
- n_releases_24m: 0
Adoption not part of the score
4507 stars · 576 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Dedupe is a Python library that uses machine learning to perform fuzzy matching, deduplication, and entity resolution on structured data. It learns from human-labeled training examples to automatically derive optimal matching weights and blocking rules, scaling to large databases.
Use cases
- remove duplicate entries from a spreadsheet of names and addresses
- link a customer list to an order history list without shared unique IDs
- identify which campaign contribution records were made by the same person despite name variations
- deduplicate messy CSV files
- perform entity resolution across large structured datasets
- train a custom fuzzy matching model from human-labeled examples
When to choose
- you need to deduplicate or link structured records with fuzzy, inconsistent text fields
- you have (or can collect) some human-labeled training pairs and want the model to learn matching rules automatically
- you want a well-established, MIT-licensed Python library that runs on a laptop without special infrastructure
When to avoid
- you need exact matching on clean keys or unique identifiers - simple database joins suffice
- you need real-time streaming deduplication rather than batch processing
- you want a turnkey GUI or hosted service rather than writing Python code (consider Dedupe.io instead)
Facets
library · maturity stable
machine-learning nlp data-science etl data-science machine-learning developer-tools python cross-platform fuzzy-matching record-linkage entity-resolution deduplication active-learning clustering data-engineering
5 sources
- readme: https://github.com/dedupeio/dedupe · fetched 2026-08-28 · c2ad4c18ce62
- homepage: https://docs.dedupe.io · fetched 2026-08-29 · 47cc13cab31a
- site_page: https://docs.dedupe.io/en/latest/API-documentation.html · fetched 2026-08-29 · 7ea632584033
- site_page: https://docs.dedupe.io/ · fetched 2026-08-29 · 47cc13cab31a
- site_page: https://dedupe.io/pricing · fetched 2026-08-29 · 15ff7c392491
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dedupeio/dedupe | main | 48 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem