A Python application that transcribes Hungarian speech to text and automatically copies it to the clipboard.
- Privacy focused: it uses your own GPU for speech recognition - data doesn't leave your hardware
- Record Hungarian speech through your microphone
- Transcribe speech to text using Wav2Vec2 model optimized for Hungarian language
- Automatically copy transcription to clipboard
- Simple and intuitive user interface
For detailed installation instructions, please see the Installation Guide.
Quick installation:
# For system-wide installation (recommended)
pipx install .
# For development in a virtual environment
python -m venv .venv
source .venv/bin/activate # Linux/macOS
pip install -e .- Python 3.8 or higher
- Microphone for audio input
- Internet connection for initial model download
- Click the "Record" button or press the keyboard shortcut to start recording
- Speak in Hungarian
- Click "Stop" or release the key to end recording
- The transcribed text will automatically be copied to your clipboard
- Paste the text in any application
MIT