You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Telegram bot that transcribes voice messages sent by users. It utilizes the telebot library to interact with the Telegram API and the speech_recognition library for voice recognition. The bot downloads voice files, converts them to text, and sends the transcription back to the user.