| repo | url | homepage | starredAt | createdAt | updatedAt | language | license | branch | stars | isPublic | isTemplate | isArchived | isFork | hasReadMe | refreshedAt | description | tags |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
semanticart/filler-detection |
2025-06-02T05:48:48Z |
2024-02-06T17:48:54Z |
2025-06-02T05:48:48Z |
TypeScript |
MIT |
main |
3 |
true |
false |
false |
false |
true |
2025-06-14T22:31:10.845Z |
Detect filler words (um, uh) as you speak. |
Detect filler words (um, uh) as you speak.
bun index.ts [WHISPER_CPP_PATH] [AIRHORN_WAV_FILE_PATH]
Example: bun index.ts /Users/ship/src/whisper.cpp /Users/ship/Downloads/airhorn.wav
You should be able to use non-bun TypeScript runners as well.
| name | url | install command |
|---|---|---|
| sox | https://github.com/chirlu/sox | brew install sox |
| whisper | https://github.com/openai/whisper | pip install -U openai-whisper |
| whisper.cpp | https://github.com/ggerganov/whisper.cpp | see below |
See the GitHub project for the latest, but this should get you started:
git clone https://github.com/ggerganov/whisper.cpp.git
cd whisper.cpp
bash ./models/download-ggml-model.sh tiny.en
make