Audita

Audita is a CLI that polishes transcript JSON using glossary-aware and LLM-backed correction modules.

Quickstart

Build:

go build -o ./bin/audita ./cmd/audita

Run the shortest useful command:

audita process ./transcript.json --glossary ./glossary.yaml --output ./corrected.json

Notes:

  • the transcript JSON path is required as a positional argument;
  • --glossary is required;
  • without --output, corrected transcript JSON is written to stdout.

Configuration

Audita loads defaults, optional file config, environment overrides, then CLI overrides.

Use these commands to validate and inspect config:

audita config validate --config ./audita.yml
audita config print-effective --config ./audita.yml

Documentation

Description
Audita takes raw audio transcripts and uses an LLM to identify and fix misheard words, jargon, and domain-specific terms.
Readme BSD-3-Clause 3.4 MiB
v1.0.0 Latest
2026-05-24 11:54:30 +00:00
Languages
Go 100%