Skip to main content

Video transcription and translation tool using Whisper and Gemini

Project description

Nakplae

A simple, elegant tool for transcribing videos to SRT subtitles and translating them with minimal dependencies.

Features

  • Transcribe video files to SRT subtitles using Whisper locally (small.en model)
  • Translate SRT subtitles using Google's Gemini 2.0 Flash model
  • Supports translation to any language (defaults to Thai)
  • GPU acceleration for faster transcription (CUDA and Apple Silicon MPS support)
  • Real-time Whisper progress output for better visibility
  • Simple command-line interface
  • Minimal dependencies

Installation

Setup Environment

  1. Create a virtual environment:

    python -m venv .venv
    source .venv/bin/activate  # On Windows: .venv\Scripts\activate
    
  2. Install the package:

    # Installation from PyPI (includes GPU support by default)
    pip install nakplae
    

    For developers:

    # Clone the repository
    git clone https://github.com/elimydlarz/nakplae.git
    cd nakplae
    
    # Install in development mode
    pip install -e ".[dev]"
    

Prerequisites

  1. Ensure you have FFmpeg installed (required by Whisper)

    • On macOS: brew install ffmpeg
    • On Ubuntu: sudo apt install ffmpeg
    • On Windows: Download from the official website or use chocolatey
  2. For local LLM translation (optional):

    • Install llama.cpp and ensure llama is in your PATH
  3. For Gemini translation:

    • Set GEMINI_API_KEY environment variable with your API key:
      export GEMINI_API_KEY=your_api_key_here
      
    • Uses the Gemini 2.0 Flash model for translations

Usage

After installation, you can use the nakplae command directly:

# Basic usage (translates to Thai by default)
nakplae video_file.mp4

# Translate to a different language
nakplae video_file.mp4 --lang "Spanish"

# Only transcribe, don't translate
nakplae video_file.mp4 --transcribe-only

# Specify output directory
nakplae video_file.mp4 --lang "French" --output /path/to/output

If you installed in development mode, you can also run:

python -m nakplae video_file.mp4 --lang "Spanish"

The program will automatically use GPU acceleration if available (CUDA on NVIDIA GPUs or MPS on Apple Silicon).

Development

# Run tests
pytest

# Format code
black .

# Run linter
ruff check .

# Run type checker
mypy nakplae

Project Structure

nakplae/
├── nakplae/
│   ├── __init__.py
│   ├── __main__.py
│   ├── transcribe.py
│   └── translate.py
├── tests/
├── pyproject.toml
├── requirements.txt
└── requirements-dev.txt

License

MIT

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

nakplae-0.6.0.tar.gz (11.8 kB view details)

Uploaded Source

Built Distribution

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

nakplae-0.6.0-py3-none-any.whl (10.3 kB view details)

Uploaded Python 3

File details

Details for the file nakplae-0.6.0.tar.gz.

File metadata

  • Download URL: nakplae-0.6.0.tar.gz
  • Upload date:
  • Size: 11.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for nakplae-0.6.0.tar.gz
Algorithm Hash digest
SHA256 d28fc93e92cf46465ca3de8ca4ab2d9b39200461e164e826a46007ba87a396f1
MD5 e7a5f65de8a9bb66d1189674ba43e156
BLAKE2b-256 1fac216c2d110aac1111cc89c4089fd400cbfe6e3f4f120b73c4bbaf5825aef3

See more details on using hashes here.

File details

Details for the file nakplae-0.6.0-py3-none-any.whl.

File metadata

  • Download URL: nakplae-0.6.0-py3-none-any.whl
  • Upload date:
  • Size: 10.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for nakplae-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b12ccda3b036f364136361d5d0c7732d2689ea22fcb3f8c239de9bbb2f61e5d2
MD5 bae717d167beaf61136f73987344f4c4
BLAKE2b-256 27d411bc1c9844d8cabf75c83161635362d1ac11c5422f2b3672c059c4f5051c

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