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
- Python 3.10+
- uv package manager
- A Groq API Key
Installation
-
Clone the repository
git clone https://github.com/Futhark-AS/whisper_assistant.git cd whisper_assistant
-
Install dependencies
uv syncNote for macOS users: If you encounter issues installing PyAudio, you may need to install portaudio:
brew install portaudio
-
Configure Environment Create a
.envfile in the project root:cp .env.example .env
Edit
.envwith 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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file whisper_assistant-0.1.4.tar.gz.
File metadata
- Download URL: whisper_assistant-0.1.4.tar.gz
- Upload date:
- Size: 116.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2746ab608dfe000cfad39b86d45892c9c82b2c1ad2558e8a553d11b1cff1157a
|
|
| MD5 |
2b919f23c64bf30b34e2fc4ef0598807
|
|
| BLAKE2b-256 |
7394f0a527b896470713bb980952233eaae94cdcce3c1975c0801e1004ab90ab
|
File details
Details for the file whisper_assistant-0.1.4-py3-none-any.whl.
File metadata
- Download URL: whisper_assistant-0.1.4-py3-none-any.whl
- Upload date:
- Size: 19.6 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94471da3c0c94611c9c692c9d97ddb3b0197650548b6f851c2d904f9d069381c
|
|
| MD5 |
6779859d6cd217bef79c34a5afbb4f7b
|
|
| BLAKE2b-256 |
a03e87faddae437d945187b3bc7d1b2fbc94bb315939597ebc4a8fa2ee259168
|