ASR/CV Telegram Bot Usage Prepare the environment. Note that parameters in grpc_audio_client.py are adjusted to quartznet15x5 model. ./fetch_models.sh # CV models; ASR ─ you load manually (onnx) pip install requests aiogram # telegram bot API dependencies Create a Telegram bot, obtain its token (all can be done via BotFather). Use ./start.sh to launch triton-server and fastapi "dummy client". You can also check the script options with ./start.sh -h command. Pass the token to the script launching the telegram bot python voice_transcription_bot.py -t YOUR_API_TOKEN References triton-inference-server ─ some files from there (grpc_image_client.py and fetch_models.sh) are adjusted to the use in this repository.