Skip to main content

Simple local web UI for captioning image/video datasets with optional local VLM auto-captioning

Project description

nori-captioner

Local Vision Caption Studio for Images and Video.

A web UI for captioning image/video datasets in-place using local VLMs. Captions are saved as sidecar .txt files next to each media file.

Quick start

uvx nori-captioner

Scans the current directory (or a given path) recursively for images and videos and opens a local web UI.

uvx nori-captioner /path/to/dataset

Features

  • Recursive directory scan — hidden directories are excluded
  • Per-file metadata display: resolution, duration, frame count, fps
  • Manual caption editing with autosave and save-state feedback
  • Upload images/videos via file picker or drag-and-drop
  • Delete files (removes media and sidecar caption together)
  • Caption lock support with persistent locked state per media item
  • Auto-captioning queue with single-file and batch modes
  • Configurable user prompt — editable in the UI and persisted to disk
  • Pagination and filters for all / captioned / uncaptioned / unlocked / locked / queued

Auto-captioning with local VLMs

Run with VLM extras:

uvx --from 'nori-captioner[vlm]' nori-captioner

Note: Qwen3-VL requires torchvision, which is included in the vlm extra. On Linux x86_64, CUDA 12.8 wheels for torch and torchvision are used automatically.

Optional 4-bit / 8-bit quantization:

uvx --from 'nori-captioner[vlm,quantize]' nori-captioner

Run with a built-in model alias:

uvx --from 'nori-captioner[vlm]' nori-captioner --model qwen3-vl:8b

Or pass any Hugging Face model ID directly:

uvx --from 'nori-captioner[vlm]' nori-captioner --model your-org/your-vlm

Model aliases

Alias Model
qwen3-vl:2b Qwen/Qwen3-VL-2B-Instruct
qwen3-vl:4b Qwen/Qwen3-VL-4B-Instruct
qwen3-vl:8b Qwen/Qwen3-VL-8B-Instruct
qwen3-vl:32b Qwen/Qwen3-VL-32B-Instruct
qwen3-vl:30b Qwen/Qwen3-VL-30B-A3B-Instruct
qwen2.5-vl:3b Qwen/Qwen2.5-VL-3B-Instruct
qwen2.5-vl:7b Qwen/Qwen2.5-VL-7B-Instruct
qwen2.5-vl:72b Qwen/Qwen2.5-VL-72B-Instruct
qwen2-vl:2b Qwen/Qwen2-VL-2B-Instruct
qwen2-vl:7b Qwen/Qwen2-VL-7B-Instruct
qwen2-vl:72b Qwen/Qwen2-VL-72B-Instruct
gemma3:4b google/gemma-3-4b-it
gemma3:12b google/gemma-3-12b-it
gemma3:27b google/gemma-3-27b-it

CLI options

Option Default Description
directory . Directory to scan
--model none Model alias or HF model ID
--quantize none 4 or 8 bit quantization
--device auto auto, cuda, mps, or cpu
--frames 8 Video frames sampled per auto-caption
--system-prompt built-in System prompt for model behavior
--prompt built-in Captioning prompt (also editable in UI)
--host 127.0.0.1 Server bind address
--port 8765 Server port
--no-browser false Suppress automatic browser open

Prompt persistence

The user prompt edited in the web UI is saved to .nori-captioner.settings.json in the scanned directory and automatically restored on next launch.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nori_captioner-0.1.4.tar.gz (174.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nori_captioner-0.1.4-py3-none-any.whl (25.9 kB view details)

Uploaded Python 3

File details

Details for the file nori_captioner-0.1.4.tar.gz.

File metadata

  • Download URL: nori_captioner-0.1.4.tar.gz
  • Upload date:
  • Size: 174.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for nori_captioner-0.1.4.tar.gz
Algorithm Hash digest
SHA256 c21a557dfd49e13cc475d6a36c6126cd27634eee832150fcacdd568ecf2aa93a
MD5 f688b0320d392771fe7f2841040b129f
BLAKE2b-256 08011e9b3fbcdc90be09dab9d8be0457d771c27a09e3bbaa90ebd9e05ca08316

See more details on using hashes here.

File details

Details for the file nori_captioner-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: nori_captioner-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 25.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for nori_captioner-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 534750ced1c3dd8e57616e2093bbec426222dfa23f496a9d9567e7799fc41f9e
MD5 f770fccb116b173206c3ba9bfbee9916
BLAKE2b-256 acbe293922d10c15ad426480353d1a7eb0d571ce54a894f650ca6a73fe2e3861

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page