Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shtirmann/v2t
Telegram bot which automatically transcribes all voice and video messages to text.
https://github.com/shtirmann/v2t
ai aiogram faster-whisper python telegram-bot telegram-bot-python voice-to-text whisper
Last synced: 2 months ago
JSON representation
Telegram bot which automatically transcribes all voice and video messages to text.
- Host: GitHub
- URL: https://github.com/shtirmann/v2t
- Owner: Shtirmann
- License: mit
- Created: 2024-06-08T20:57:36.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-08T21:17:31.000Z (7 months ago)
- Last Synced: 2024-09-26T06:22:03.234Z (3 months ago)
- Topics: ai, aiogram, faster-whisper, python, telegram-bot, telegram-bot-python, voice-to-text, whisper
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# V2T - https://t.me/gh_v2t_bot
- V2T is a telegram bot which automatically transcribes all voice and video messages to text in such manner:
![image](https://github.com/Shtirmann/V2T/assets/103894479/ca185921-5e7c-4f4f-bc7d-55db11a54627)- The whole process can be seen in loading bar directly:
![image](https://github.com/Shtirmann/V2T/assets/103894479/8d5cf378-26d3-4994-88b7-1d9689961d5c)- Bot reacts when an audio message or a video note appears in a chat he's been added to.
### Faster-Whisper
This bot uses Faster-Whisper [https://github.com/SYSTRAN/faster-whisper] for transcription in order to work as fast as possible.