summaryrefslogtreecommitdiff
path: root/asr.py
AgeCommit message (Collapse)AuthorFilesLines
2025-08-23adapt asr.py for multiple file inputsvin1-32/+30
2025-08-22add formattingvin1-3/+17
2025-08-22improve asr.pyvin1-54/+65
2025-08-22update with newer parakeetvin1-1/+1
2025-08-13add parakeet asr via onnxvin1-0/+68
found out that nvidia's parakeet has onnx support. it's about 4-5x faster than openai's whisper-large-v3-turbo (via whisper.cpp) and seems more accurate too without lots of errors near the end of the transcript. I thought I lost this repo, turns out I wasn't stupid and already had it pushed.