Skip to main content

Voice transcription tool using Groq API with global hotkeys

Project description

Whisper Assistant

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.2.tar.gz (116.6 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.2-py3-none-any.whl (19.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: whisper_assistant-0.1.2.tar.gz
  • Upload date:
  • Size: 116.6 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.2.tar.gz
Algorithm Hash digest
SHA256 c8068d1fca0df385ccee8d3ccb3c260ffeaf691491c1b706a82a7138b21607a1
MD5 c4969c7559db962fdd1895544cd6e7f0
BLAKE2b-256 98f757b1204307aa7b9d63401ff4eca4baf4ac9d6a667e42e8afe2172e01dbf7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: whisper_assistant-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 19.5 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 1222f84ee9aceb7832bc0af7d25a865002a449d7f4447626e2057c660ef6b11d
MD5 6699f1e9bd613afac9fe96345b931d80
BLAKE2b-256 241a622ff64a566290b36e78d1dda012b64cd13d2a14cd49ecc21aebaab9332b

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