A Telegram Bot to convert speech to text from small videos and audio files.
This bot uses Docker, Telegram, Python and Whisper.cpp to stand up a small telegram bot on your own infrastructure which can take media and convert it to text.
The setup is meant to be as simple and quick as possible, so it's not meant for production use. It is intended for personal use only.
Tested on AMD64, provided build scripts for ARM64 and ARM32v7.
1 comment
[ 3.2 ms ] story [ 11.3 ms ] threadThis bot uses Docker, Telegram, Python and Whisper.cpp to stand up a small telegram bot on your own infrastructure which can take media and convert it to text.
The setup is meant to be as simple and quick as possible, so it's not meant for production use. It is intended for personal use only.
Tested on AMD64, provided build scripts for ARM64 and ARM32v7.
There's a YouTube video of a full build, source and setup run through - https://youtu.be/Vo4OVdDRlcU
This was originally a Raspberry Pi 4 project I wrote and was manually running on a Pi. You can see a video about that here - https://www.youtube.com/watch?v=MjLzgebcDHo
And now it's a Docker container, which can run on a Pi, Mac and Windows PC!