Skip to main content

Real-time audio transcription. Runs OpenAI's Whisper locally.

Project description

Live Transcribe

Live Transcribe is a Python package that provides live, real-time transcription based on OpenAI's Whisper. Works offline.

Currently, Live Transcribe supports only PulseAudio as an audio backend.

Installation

  1. optional but highly recommended for low latency Refer to the Pytorch documentation guide to install Pytorch with CUDA support.
  2. pip install live-transcribe

Usage

Just run:

python -m live_transcribe

or

live_transcribe

If you want to transcribe from another audio device, than the default, use the --device option, e.g.:

live_transcribe --list-devices
live_transcribe --device "alsa_input.usb-046d_HD_Pro_Webcam_C920_8C0B5B0F-02.analog-stereo

On the first usage, the OpenAI's Whisper model will be downloaded and cached.

See live_transcribe --help for options.

Dependencies

Live Transcribe has the following dependencies:

Python 3.8 or higher
OpenAI-Whisper
PulseAudio

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

live-transcribe-0.1.2.tar.gz (8.6 kB view hashes)

Uploaded Source

Built Distribution

live_transcribe-0.1.2-py3-none-any.whl (10.0 kB view hashes)

Uploaded Python 3

Supported by

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