Cli

speech2md

A CLI that turns long audio recordings into clean, readable prose markdown. Uses Qwen3-ASR served through vLLM, with optional word-level timestamps via the matching forced aligner.

Can also use pyannote diarization - to split text by speaker with --diarize flag.

Built around a single-GPU, in my case 24 GB workstation with RTX 3090. On that hardware it transcribes at roughly 150–250× realtime — a 51-minute recording finishes in about 16 seconds after the model is loaded.

cloner

I just want to keep some structure of the repositories I check out locally. So it just does this. Clones GitHub repos to worspace/[owner]/[repo] and other sources (i.e. GitLab) to prefixed with service name. And then changes directory to the cloned repo. It is a simple wrapper around git clone with some path management.