OPEN-SOURCE PROJECT

jev-curate

A Rust dataset-filtering experiment using Jev scores to keep or reject text records.

Stars
6
Forks
0
License
MIT
Last commit
2026-09-18

What Jev does here

Runs local prefilters, calls TypeSafe and applies probability and score thresholds to each record.

Provides local prefilters and score thresholds for experimenting with per-record data pipelines.

Reviewed the Rust API and filtering path; the advertised 1,500+ rows/sec has no verified measurement and the checked Python binding lacks the documented sift method.