whisper.cpp / examples

Commit History

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

ggerganov commited on

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

ggerganov commited on

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

ggerganov commited on

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

ggerganov commited on

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

ggerganov commited on

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

ggerganov commited on

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

ggerganov commited on

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

ggerganov commited on

talk.wasm : final touches
722327a
unverified

ggerganov commited on

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

ggerganov commited on

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

ggerganov commited on

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

meakbiyik commited on

talk.wasm : update README.md
5cb7243
unverified

ggerganov commited on

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

ggerganov commited on

stream : add "max_tokens" cli arg
57a7bac

ggerganov commited on

stream : add "audio_ctx" parameter
6adc1fe

ggerganov commited on

stream : add "max_tokens" parameter
e48ba5c

ggerganov commited on

stream : add "single_segment" option
a265bfa

ggerganov commited on

stream : partial encoder experiments
a2015c0

ggerganov commited on

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

ggerganov commited on

Adds support for stdin wav input
d83eddb

Alan commited on

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

ggerganov commited on

examples : add simple script for generating Karaoke video
a999871
unverified

ggerganov commited on

Update README.md
9c06261
unverified

ggerganov commited on

main : fix generated bash script
2eb4d4a
unverified

ggerganov commited on

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

ggerganov commited on

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

ggerganov commited on

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

ggerganov commited on

Update README.md
2de3d0b
unverified

ggerganov commited on

Update README.md
c070def
unverified

ggerganov commited on

Update README.md
b9db3bf
unverified

ggerganov commited on

main : add option for word-leve timestamps (very experimental)
b777dde

ggerganov commited on

stream : add "--capture" option to select capture device (ref #10)
58fce09
unverified

ggerganov commited on

whisper.wasm : update system info print
b37dcf1
unverified

ggerganov commited on

main : merge parallel example in main
5306f51

ggerganov commited on

parallel : working
d5d2d41

ggerganov commited on

main : fix sampling time + add max_context parameter
9ed1355

ggerganov commited on

parallel : adding tool for parallel transformer inference
cafe46d

ggerganov commited on

Update README.md
cb89806
unverified

ggerganov commited on

Create README.md
6f8ab0e

ggerganov commited on

whisper.nvim : add helper script for the Neovim integration
ec60ee3

ggerganov commited on

stream : few updates to make it compatible for Vim usage (#99)
c5a6b99
unverified

ggerganov commited on

Print system info at start of program
c0f40a4
unverified

ggerganov commited on

Print system info in main
72754e0

ggerganov commited on

Update README.md
626e4b8

ggerganov commited on

Update README.md
43e9712

ggerganov commited on

Update README.md
fb12dac

ggerganov commited on

Update README.md
7fa6853

ggerganov commited on

ggml : add system info functions
7a4a7a1

ggerganov commited on

refactoring : move main + stream in examples + other stuff
f79068a

ggerganov commited on