VOOZH about

URL: https://huggingface.co/uv-scripts

⇱ uv-scripts (uv scripts for HF Jobs)


AI & ML interests

None defined yet.

Recent Activity

davanstrien  updated a dataset 7 days ago
uv-scripts/build-atlas
davanstrien  updated a dataset 8 days ago
uv-scripts/ocr
davanstrien  updated a dataset 11 days ago
uv-scripts/sam3
View all activity
Organization Card

UV Scripts

Run a data or ML task over a Hugging Face dataset in one command — for humans and agents.

Each recipe is a single self-contained UV script: dependencies are declared inline, so you run it straight from a URL — no clone, no virtualenv, no pip install. Run it locally with uv run, or hand it to Hugging Face Jobs for a managed GPU. Most recipes read a Hub dataset and write a new one, so they chain into pipelines.

Quickstart

See every recipe — locally, no GPU or token:

uv run https://huggingface.co/datasets/uv-scripts/jobs-utils/raw/main/list-recipes.py

Run one on a GPU — the flagship, OCR an image dataset to text:

hf jobs uv run --flavor l4x1 --secrets HF_TOKEN \
 https://huggingface.co/datasets/uv-scripts/ocr/raw/main/glm-ocr.py \
 davanstrien/ufo-ColPali your-username/ufo-ocr --max-samples 10

One command → a new dataset with a markdown column. Pay-per-second, no hardware of your own.

Drive it with your coding agent

Recipes take their arguments in the same input output order and run from a URL, so an agent (Claude Code, Cursor, …) can pick one and run it with no setup. The simplest start — paste this so it discovers what's available:

List the uv-scripts recipes and tell me which fit my task:
uv run https://huggingface.co/datasets/uv-scripts/jobs-utils/raw/main/list-recipes.py
For context on how these work, read the org page https://huggingface.co/uv-scripts
and the GitHub repo https://github.com/davanstrien/uv-scripts-for-ai.

Browse

Every recipe is in the list below — OCR, detection & segmentation, audio transcription, NER & classification, embeddings & atlas maps, batch LLM/VLM inference, synthetic data, and dataset creation. Or browse on GitHub · run hf jobs hardware for GPU flavors & pricing.

models 0

None public yet