Skip to content

Latest commit

 

History

History
55 lines (43 loc) · 1.48 KB

File metadata and controls

55 lines (43 loc) · 1.48 KB
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.

Filler Detection

Detect filler words (um, uh) as you speak.

See the YouTube video

Usage

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.

Dependencies

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

whisper.cpp Instructions

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