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.0.tar.gz (20.7 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.0-py3-none-any.whl (25.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for clean_transcribe-1.1.0.tar.gz
Algorithm Hash digest
SHA256 2b17dc2d97f68f970f0efac7eaf4b893e771408fc3bf44177b0c5bc33b349b95
MD5 37a0073b259f3be047e913913a09b9f2
BLAKE2b-256 8d73f652ab15ffcbb182766cfc77a60939c3b6e539659878a4a26c2772f09326

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for clean_transcribe-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b01ab6e93ab64546500afabf30e32c7a6d5fd7972eddea672968abb19a5bc8ec
MD5 e25d97f3788b134a76cf825c0f2001a1
BLAKE2b-256 27929acf4c7508355fcdf2670b8ff3d827e8b6aac226240082f4d39cc4d58330

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