Skip to content

vi-dev0/voice-to-text-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

Voice to Text Telegram Bot

Telegram bot that can convert voice messages into text
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. License
  5. Contact
  6. Special Thanks

About The Project

Product Name Screen Shot

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.

(back to top)

Built With

The iostream library was taken as a basis. The soundfile library was chosen as the sound processing

  • aiogram
  • soundfile

(back to top)

Getting Started

Python3.8 requiered

Prerequisites

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

(back to top)

Usage

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.

(back to top)

Roadmap

  • 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).

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Mr Vi - @itrazdolbay - [email protected]

Project Link: https://github.com/vi-dev0/voice-to-text-bot

(back to top)

Special thanks

Special thanks for help with host bot to @bastibe with this issue

(back to top)