Skip to main content

A simple CLI to transcribe Youtube videos or local audio/video files and produce easy-to-use transcripts for analysis, reading, or subtitles.

Project description

Clean Transcriber

A command-line tool to turn any YouTube video, local audio or video file into a clean, readable text transcript. It uses the transcription model of your choice (local or API-based) for transcription and your preferred LLM to automatically clean and reformat the output.

Features

  1. Multiple input formats: Supports various audio and video formats for flexible usage (e.g., YouTube URL, .mp3, .wav, .m4a, .opus, .mp4, .mkv, .mov).
  2. Multiple output format: Generate clean transcripts in TXT, SRT, or VTT formats.
  3. Flexible transcription models: Choose from various local (Whisper, Voxtral) and API-based (OpenAI, Gemini, Mistral) models for different use cases.
  4. LLM-powered cleaning that removes filler words, fixes grammar, and organizes content into readable paragraphs.
  5. Wide LLM support - use Gemini, ChatGPT, Claude or any other (local) LLM for cleaning.

Quick Start

# Transcribe a YouTube video
clean-transcribe "https://www.youtube.com/watch?v=VIDEO_ID"

# Transcribe a local video file
clean-transcribe "/path/to/your/video.mp4"

# Transcribe a specific segment of a video
clean-transcribe "https://www.youtube.com/watch?v=VIDEO_ID" --start "1:30" --end "2:30"

# Create clean subtitles from a video
clean-transcribe "https://www.youtube.com/watch?v=VIDEO_ID" -f srt -o subtitles.srt

Installation

Option 1: use pip:

pip install clean-transcribe

Option 2: Install as package

git clone https://github.com/itsmevictor/clean-transcribe && cd clean-transcribe 
pip install -e .
clean-transcribe "https://www.youtube.com/watch?v=dQw4w9WgXcQ"   

Configuration

Key Options

  • --format, -f: Output format (txt, srt, vtt)
  • --model, -m: Transcription model (whisper-tiny, whisper-base, whisper-small, whisper-medium, whisper-large, whisper-turbo, whisper-1-api, gpt-4o-transcribe-api, gpt-4o-mini-transcribe-api, gemini-2.5-pro-api, gemini-2.5-flash-api, gemini-2.5-flash-lite-api, gemini-2.0-flash-api, voxtral-mini-api, voxtral-small-api, voxtral-mini-local, voxtral-small-local)
  • --start: Start time for transcription (e.g., "1:30")
  • --end: End time for transcription (e.g., "2:30")
  • --transcription-prompt: Custom prompt for Whisper to guide transcription
  • --llm-model: LLM for cleaning (gemini-2.0-flash-exp, gpt-4o-mini, etc.)
  • --cleaning-style: presentation, conversation, or lecture
  • --save-raw: Keep both raw and cleaned versions
  • --no-clean: Skip AI cleaning

LLM-Powered Cleaning Setup

Quick Setup (Recommended)

# Install and configure Gemini (fast + cost-effective)
llm install llm-gemini
llm keys set gemini
# Enter your Gemini API key when prompted

# Or use any other LLM provider

# OpenAI
llm keys set openai

# Anthropic Claude  
llm install llm-claude-3
llm keys set claude

Uses Simon Willison's excellent llm package for provider flexibility.

Cleaning Process

What it does:

  • Removes filler words (um, uh, so, like, you know, etc.)
  • Fixes grammar and punctuation errors
  • Organizes content into logical paragraphs
  • Maintains original meaning and context

Cleaning styles:

  • presentation: Professional tone, organized paragraphs
  • conversation: Natural flow, minimal cleanup
  • lecture: Educational format, clear sections for notes

Note: SRT/VTT preserve timing while cleaning text content.

Feedback

I'd love to hear your feedback! If you encounter any issues, have suggestions for new features, or just want to share your experience, please don't hesitate to open an issue.

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

clean_transcribe-1.1.1.tar.gz (20.8 kB view details)

Uploaded Source

Built Distribution

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

clean_transcribe-1.1.1-py3-none-any.whl (25.8 kB view details)

Uploaded Python 3

File details

Details for the file clean_transcribe-1.1.1.tar.gz.

File metadata

  • Download URL: clean_transcribe-1.1.1.tar.gz
  • Upload date:
  • Size: 20.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for clean_transcribe-1.1.1.tar.gz
Algorithm Hash digest
SHA256 e70abc3fadf1dda01cb8450b447af809a4e2a433632fd48279e56a6b47d3211f
MD5 2e934e57d9758e33ec4afeca2288fb29
BLAKE2b-256 65f711037baf6c1cae0b55b0c277e06f6741924f96f4b06121c7662ecc34aed2

See more details on using hashes here.

File details

Details for the file clean_transcribe-1.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for clean_transcribe-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 65d4b8b9095d300aa5711f7da6cbc16c9ee21a1960147cb1869ff6b21cdcb6b8
MD5 ceae0b4f838a2c5dbbfbb83961d2dba8
BLAKE2b-256 07e91fbb880871c6975901f0c5045d833b240c221185553928a6508e42712041

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