Skip to main content

Voice transcription tool using Groq API with global hotkeys

Project description

Whisper Assistant :D

A lightweight, globally accessible voice-to-text tool powered by Groq's fast inference API.

Whisper Assistant sits in the background and listens for your custom hotkey. When triggered, it records your voice, transcribes it using the Groq API (Whisper model), and automatically copies the text to your clipboard.

Features

  • 🚀 Blazing Fast Transcription: Uses Groq's API for near-instant speech-to-text.
  • ⌨️ Global Hotkeys: Toggle recording or retry transcription from anywhere in your OS.
  • 📋 Clipboard Integration: Transcribed text is automatically copied to your clipboard.
  • ⚙️ Simple Configuration: Easy setup via environment variables.
  • 🖥️ Flexible Usage: Run interactively in the terminal or as a background daemon.

Prerequisites

Installation

  1. Clone the repository

    git clone https://github.com/Futhark-AS/whisper_assistant.git
    cd whisper_assistant
    
  2. Install dependencies

    uv sync
    

    Note for macOS users: If you encounter issues installing PyAudio, you may need to install portaudio:

    brew install portaudio
    
  3. Configure Environment Create a .env file in the project root:

    cp .env.example .env
    

    Edit .env with your settings

Usage

You can run the assistant in two modes: Foreground (Interactive) or Daemon (Background).

Foreground Mode

Run the assistant directly in your terminal. This is useful for debugging or if you prefer to see logs in real-time. The process will stop when you close the terminal.

uv run src/main.py

Daemon Mode (CLI)

Use the CLI to manage the assistant as a background process.

Add as alias If using fish:

echo "alias whisp 'uv run --directory $PWD src/cli.py'" >> ~/.config/fish/config.fish

Then you can run the assistant like this anywhere:

whisp status
whisp start
whisp history list
whisp history transcribe YYYY-MM-DD-HHMMSS
whisp stop

Start the daemon:

uv run src/cli.py start

Check status:

uv run src/cli.py status

Stop the daemon:

uv run src/cli.py stop

History Management

The CLI also provides tools to manage your recording history.

List recordings:

uv run src/cli.py history list

Transcribe a specific recording:

uv run src/cli.py history transcribe YYYY-MM-DD-HHMMSS

Hotkeys

  • Toggle Recording: Press your hotkey (configured in .env, e.g., cmd+option+space) to start recording. Press again to stop.
  • Retry Transcription: Press your retry hotkey to re-transcribe the last recorded audio.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

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

whisper_assistant-0.1.8.tar.gz (39.7 kB view details)

Uploaded Source

Built Distribution

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

whisper_assistant-0.1.8-py3-none-any.whl (20.7 kB view details)

Uploaded Python 3

File details

Details for the file whisper_assistant-0.1.8.tar.gz.

File metadata

  • Download URL: whisper_assistant-0.1.8.tar.gz
  • Upload date:
  • Size: 39.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.11 {"installer":{"name":"uv","version":"0.9.11"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for whisper_assistant-0.1.8.tar.gz
Algorithm Hash digest
SHA256 597856841a57b05bb6e128ca51748d168815f1f3001eac880dcae6afe84b6632
MD5 d1bc4668a50a5086f72a151f42e46597
BLAKE2b-256 53e74662339e271290dc420ffc76b5342bf1e1361c0de5d42c81e29b73bca35c

See more details on using hashes here.

File details

Details for the file whisper_assistant-0.1.8-py3-none-any.whl.

File metadata

  • Download URL: whisper_assistant-0.1.8-py3-none-any.whl
  • Upload date:
  • Size: 20.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.11 {"installer":{"name":"uv","version":"0.9.11"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for whisper_assistant-0.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 2fae6833e5d6900cad6591cc99d4b543315715616f2d10cc320964fab62db741
MD5 0029797d26e211dcde7f2383ce4ed8e9
BLAKE2b-256 303cb183bce82cbc8a1c7f9e1ca831340acb12fda3ddeb2bd1c4da379ed12c37

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