with one click
uv-scripts-for-ai
uv-scripts-for-ai contains 3 collected skills from davanstrien, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Run self-contained UV-script recipes over Hugging Face datasets on Hugging Face Jobs (`hf jobs uv run <url>`): OCR & document extraction, audio transcription, object detection & segmentation, NER/entity extraction, text & image classification, embeddings & dataset maps, synthetic data, and batch LLM/VLM inference. Each recipe reads a Hub dataset and writes a new one, so recipes chain into pipelines. Use when the user wants to batch-process a dataset at scale, pre-label data for human review, run a model over many images/audio/documents/rows, or build a data pipeline on Hugging Face — locally with `uv run` or on a managed GPU with `hf jobs uv run`. Recipes live at huggingface.co/uv-scripts (one dataset repo per task family); discover them and read a recipe's header before running.
Internal, dev-only: smoke-test and bump the pinned vLLM recipes in this repo. Use periodically (~quarterly) or after a vLLM release to confirm each pinned vLLM script still runs on Jobs and to propose pin / image-tag bumps to a newer known-good. Tests on l4x1 via `hf jobs uv run`; reports a diff of proposed bumps; never auto-merges.
Audit the shippable `uv-recipes` skill against the live Hugging Face Hub and `hf` CLI to catch drift. Use periodically — monthly, after an `hf`/`huggingface_hub`/vLLM release, or when adding a recipe family — to confirm the run pattern (INPUT_DATASET OUTPUT_DATASET, Hub-in/Hub-out), the `hf jobs uv run` flags, the hardware flavors, the default image, the discovery commands, and the task-family list in `skills/uv-recipes/SKILL.md` still match reality. Reports what is stale and proposes minimal edits; does not change the shippable skill without review.