Jev World
Ask Jev whether map coordinates are land or water, then replay the answers.
What Jev decides
Whether each supplied map coordinate is land.
Jev World turns many coordinate-level land-or-water judgments into recorded map visualizations.
- Jev role
- Classify a coordinate as land or water.
- Input
- Geographic coordinates grouped into batched requests.
- Output
- Per-coordinate Noul probabilities used to draw the map.
- Decision frequency
- For each coordinate during recording generation.
- Fallback
- The hosted map replays saved results and does not require a new model call from visitors.
How it works
Overview
The project batches coordinate questions to Jev, records the responses and their arrival times, and replays the resulting map. Its public deployment is replay-only rather than a live API call for each visitor. The README reports one completed recording for each offered resolution, so the timings are run records rather than repeated-trial averages.
- Language
- TypeScript
- Author
- dy-ma
Sources
Related projects
pg-jev
Use Jev decisions directly inside PostgreSQL filters, rankings, and classifications.
What Jev decides
Whether a row matches, how strongly it matches, or which supplied label best describes it.
jev-spam-eval
A reproducible email-classification study comparing zero-shot Jev decisions with trained TF-IDF baselines.
What Jev decides
Whether an email is ham, spam, or phishing in the main experiment.
JLink
Link research records using a plain-English matching rule.
What Jev decides
The probability that a record pair represents the same entity.