GitHub Trends
10.3K subscribers
15.4K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#python #deep_learning #inference #openai #quantization #speech_recognition #speech_to_text #transformer #whisper

Faster-Whisper is a fast version of OpenAI's Whisper that transcribes audio up to 4x quicker with the same accuracy, using less memory on CPU or GPU—benchmarks show it beats original Whisper (e.g., 1m03s vs 2m23s for 13-min audio on GPU). Install via `pip install faster-whisper`, no FFmpeg needed, and use simple Python code like `WhisperModel("large-v3").transcribe("audio.mp3")` for segments with timestamps. You benefit by getting quick, efficient speech-to-text for real-time apps, saving time and resources on long files or batches.

https://github.com/SYSTRAN/faster-whisper
#python #beancount

Beancount is free, open-source double-entry accounting software that uses simple text files to track finances, create reports, and view data via a web interface. Download the current stable Version 3 from GitHub, check docs at beancount.github.io/docs, and ask questions on the mailing list. This helps you manage money flexibly with version control, automation, privacy, and no vendor lock-in, saving time on tracking expenses, assets, and budgets accurately.

https://github.com/beancount/beancount