Transcribe – simple PyQt UI to transcribe your multimedia files

One of the things I love most about work these days is the ability to record meetings and get automatic transcripts.

The possibilities are virtually endless—from drafting proposals to building full‑blown plans, this capability speeds up the workflow dramatically by letting you focus on what really matters.

A few months ago I created a Telegram bot, https://github.com/regolo-ai/TelegramTranscriber/, that transcribes any voice message you forward to it.
While it works great for short clips, it quickly becomes unwieldy when you have longer recordings.

Building on that code, I used AI to develop a graphical interface that lets you simply drag‑and‑drop an audio file and select the language. The system automatically chunks the file into manageable segments, which helps prevent the kind of “hallucinations” that can occur with long‑form speech recognition.

The result is a seamless, user‑friendly tool that turns even lengthy audio into accurate, copy-and-paste text with just a few clicks.

GitHub: https://github.com/Mte90/Transcribe

Liked it? Take a second to support Mte90 on Patreon!
Become a patron at Patreon!

Leave a Reply

Your email address will not be published. Required fields are marked *