whisper.cpp / examples

Commit History

models : add the new "large" model release by OpenAI
793fa90
unverified

ggerganov HF Staff commited on

livestream : handle ffmpeg errors gracefully and stabilize transcript
520d318
unverified

ggerganov HF Staff commited on

livestream : minor changes
dec4507
unverified

ggerganov HF Staff commited on

livestream : fix losing words across audio chunk (#195)
b3a9b29
unverified

semiformal-net Paul Edwards ggerganov HF Staff commited on

whisper : add mechanism for aborting the whisper_full() computation
d311de4

ggerganov HF Staff commited on

whisper.objc : fix context + broken readme links
2361fbc
unverified

ggerganov HF Staff commited on

whisper.objc : add real-time processing (#97)
11bb554
unverified

ggerganov HF Staff commited on

whisper.objc : fix build warnings
8d1f7e9
unverified

ggerganov HF Staff commited on

yt-wsp.sh : script to easily transcribe VODs
a7c58c8
unverified

ggerganov HF Staff commited on

command.wasm : add voice assistant example for the Web (#171)
2ee248a
unverified

ggerganov HF Staff commited on

minor : add comment for using "generate_karaoke.sh"
2512003
unverified

ggerganov HF Staff commited on

livestream.sh : simple tool to transcribe audio livestreams (#185)
2a7b373
unverified

ggerganov HF Staff commited on

stream.wasm : add web-based real-time transcription (#112)
936213e
unverified

ggerganov HF Staff commited on

whisper.wasm : do not block page while processing (close #86)
d0b1d9e
unverified

ggerganov HF Staff commited on

main : add stereo-channel-based diarization (#64)
b5e16ed
unverified

ggerganov HF Staff commited on

command : add demonstration video
64508b4
unverified

ggerganov HF Staff commited on

command : fix build + fix README + add bold printing
f70b793
unverified

ggerganov HF Staff commited on

examples : add "command" tool (#171)
4d3c293
unverified

ggerganov HF Staff commited on

refactoring : more readable code
5ef0168
unverified

ggerganov HF Staff commited on

wasm : refactor wasm example + reuse fetch mechanism
3520198
unverified

ggerganov HF Staff commited on

talk.wasm : update video link + some minor fixes
33a4590
unverified

ggerganov HF Staff commited on

Update README.md
75f9881
unverified

ggerganov HF Staff commited on

talk.wasm : move to https://whisper.ggerganov.com/talk
bee1ba7
unverified

ggerganov HF Staff commited on

main : fix dangling pointer when using stdin for input (#65)
2daf96b
unverified

ggerganov HF Staff commited on

main, stream : remove --verbose flag (#178)
8f1a93e
unverified

ggerganov HF Staff commited on

talk.wasm : add audio pre-processing + bump memory
679d38e
unverified

ggerganov HF Staff commited on

talk.wasm : refactoring + update README.md
ff21a60
unverified

ggerganov HF Staff commited on

minor : updates few prints + fix buttons in whisper.wasm
7c7a4d7
unverified

ggerganov HF Staff commited on

unicode : fix character replacement (thanks to @tamo)
be06a9b
unverified

ggerganov HF Staff commited on

close #109 : add fetching of the model over HTTP (whisper.wasm)
04da8a6
unverified

ggerganov HF Staff commited on

talk.wasm : final touches
722327a
unverified

ggerganov HF Staff commited on

talk.wasm : polishing + adding many AI personalities
b38c009
unverified

ggerganov HF Staff commited on

stream : "-kc" now enables context keeping from previous segment (#90)
28726dd
unverified

ggerganov HF Staff commited on

Prompt previous tokens for streaming (#163)
8ad3dbf
unverified

meakbiyik commited on

talk.wasm : update README.md
5cb7243
unverified

ggerganov HF Staff commited on

talk.wasm : GPT-2 meets Whisper in WebAssembly (#155)
411c667
unverified

ggerganov HF Staff commited on

stream : add "max_tokens" cli arg
57a7bac

ggerganov HF Staff commited on

stream : add "audio_ctx" parameter
6adc1fe

ggerganov HF Staff commited on

stream : add "max_tokens" parameter
e48ba5c

ggerganov HF Staff commited on

stream : add "single_segment" option
a265bfa

ggerganov HF Staff commited on

stream : partial encoder experiments
a2015c0

ggerganov HF Staff commited on

whisper : add option to speed up the audio tempo by x2
bec875e

ggerganov HF Staff commited on

Adds support for stdin wav input
d83eddb

Alan commited on

ref #22 : add "duration" option
097e96a
unverified

ggerganov HF Staff commited on

examples : add simple script for generating Karaoke video
a999871
unverified

ggerganov HF Staff commited on

Update README.md
9c06261
unverified

ggerganov HF Staff commited on

main : fix generated bash script
2eb4d4a
unverified

ggerganov HF Staff commited on

whisper : token-level timestamp refactoring (#49, #120)
e4f586b
unverified

ggerganov HF Staff commited on

main : add some comments for the word-level timestamp algorithm
ed1850d
unverified

ggerganov HF Staff commited on

main : fix some edge cases for word-level timestamps
082b647
unverified

ggerganov HF Staff commited on