Skip to content

staehlmich/whisper-telebot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram whisper bot

This python script allows you to run a telegram bot to perform automatic speech recognition (ASR) on telegram voice messages.
The script uses the telebot and whisper python library to connect to telegram and perform ASR respectively.

Step 1: Register new bot

Follow these instructions to register a new bot on telegram.
Save the API token in config.py.

Step 2: Deploy bot to Heroku

In order for the bot to run in a serverless manner, we need to deploy it to a service.
Follow these instructions to create a Heroku account and deploy the bot. Check that your python packages in requirements.txt match the latest pytorch release and heroku stack. Install pytorch cpu package, to meet the required slug-size by heroku.

About

A python script for running a telegram bot that performs ASR with whisper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published