A lightweight desktop application that transcribes audio using the Groq API and Whisper-large-v3 model.
- Press a global shortcut to start/stop recording
- Audio is sent to Groq API for transcription
- Results are automatically copied to clipboard
- Visual feedback during recording and processing
- Configurable keyboard shortcut
- Clone this repository
- Install dependencies:
npm install
- Run the application:
npm start
- Sign up for a Groq API account at https://console.groq.com
- Get an API key
- Enter your API key in the app settings
- Press the configured global shortcut (default: Ctrl+Shift+Space) to start recording
- Speak into your microphone
- Press the shortcut again to stop recording and begin transcription
- Once transcription is complete, the text will be copied to your clipboard
- Run with developer tools:
npm run dev
- Build distribution:
npm run build
- Electron
- Electron Store
- Form Data
MIT