Telegram bot that can convert voice messages into text
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This is a simple telegram bot that translates voice messages into text. The soundfile and libros library are used for this. The basis of the bot is made on aiogram. The bot does not store your voice data, but only converts it into an array, recognizes the text and outputs it.
The iostream library was taken as a basis. The soundfile library was chosen as the sound processing
Python3.8 requiered
This is an example of how to list things you need to use the software and how to install them. *
pip install aiogram
python3 -m pip install soundfile
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
- Create bot
- Host the bot
- Add Russian language
- Add English language
See the open issues for a full list of proposed features (and known issues).
Distributed under the MIT License. See LICENSE.txt
for more information.
Mr Vi - @itrazdolbay - [email protected]
Project Link: https://github.com/vi-dev0/voice-to-text-bot
Special thanks for help with host bot to @bastibe with this issue