I have a family chat where members often like to send voice messages. Often, I do not have the opportunity to listen to them, especially during work. I decided to make a bot to translate voice to text.
Skills: python
- 🔭 what do i plan to add?
- Add function for set up language for users
- Add OCR for image recognition
- Get Telegram API token:
https://core.telegram.org/bots
- Set telegram API token to config.py file
- install dependencies:
pip install -r requirements.txt
- Run
python main.py
TO DO: Add instructions for deploying to VPS as a service