whisker
A simple Telegram bot to transcribe voice notes and audios using openai-whisper. I am not particularly fond of voice notes.
Technical Details
- Language: Python (
mainbranch) - Dependency Manager: Uses
uv(as seen inpyproject.tomlanduv.lock)
Note: An active effort to port the bot entirely to Go for improved concurrency and performance is currently being developed in the
whiskerGobranch.