whisper.cpp / examples

Commit History

addon.node : using whisper as a Node.js addon (#443)
2439857
unverified

Qianhe Chen commited on

wasm : fix typo in helper.js (#459)
9c21935
unverified

bhbs commited on

main : CSV format export trimmed spaces fix (#444)
2bea6b4
unverified

Alex Bacart commited on

livestream.sh : run main with model arg instead of default (#453)
91ae4b0
unverified

erictendian commited on

wasm : check if navigator.storage.estimate() is available
3564c33
unverified

ggerganov commited on

whisper.wasm : add labels for easier radio selection (#435)
25a3fad
unverified

Ondrej Kokes commited on

main : we had accidentally disabled the temperature fallback .. (#291)
0461c67
unverified

ggerganov commited on

whisper.wasm : add small and small.en models
28d29de
unverified

ggerganov commited on

main : add an option to accept optional output filenames (#424)
7936381
unverified

Chia-Hsiang Cheng garyhsiang commited on

stream : fix handling of --step == --length (#416)
284c9d9
unverified

ggerganov commited on

bench : fix Windows linkage by moving ggml benches in whisper lib ..
bef3486
unverified

ggerganov commited on

bench : add memcpy and ggml_mul_mat benchmarks
a660ed9
unverified

ggerganov commited on

whisper.android : add support for loading directly from asset in C (#415)
eb271b2
unverified

Digipom commited on

stream : fix --keep_context argument to be used correctly (#354)
7d451fb
unverified

ggerganov commited on

Update README.md
8c48a6f
unverified

ggerganov commited on

bench.wasm : print system info
65621fb
unverified

ggerganov commited on

Improve decoding (#291)
c46c0dc
unverified

ggerganov commited on

stream : fix a bug that inserted a lot of empty audio at the start
ca49ab0
unverified

ggerganov commited on

whisper : add loader class to allow loading from buffer and others (#353)
8060473
unverified

prsyahmi ggerganov commited on

ggml : improve vec_dot_f16 unrolling in flash_attn_f16
6e57274
unverified

ggerganov commited on

command : clean-up / refactoring / formatting (#383)
fdd70c9
unverified

ggerganov commited on

command : always-prompt mode (#383)
d11f3b5
unverified

dnhkng commited on

talk.wasm : bump memory usage + update whisper.js
ed67112
unverified

ggerganov commited on

command : add "guided-mode" video demo in the README.md
c9dec6f
unverified

ggerganov commited on

ci : add emscripten build
2f8e217
unverified

ggerganov commited on

main : make whisper_print_segment_callback() more readable (close #371)
02b3e34
unverified

ggerganov commited on

minor : close #370 + Makefile build info print change
e78ac30
unverified

ggerganov commited on

cmake : update to 3.19 (#351)
37e2420
unverified

Andy Maloney commited on

stream : fix data race on bool + avoid division-by-zero
3753d20
unverified

ggerganov commited on

command : refactor to split command list & general transcription modes (#331)
046f2e5
unverified

Andy Maloney commited on

main : add -ocsv, aka --output-csv to output a CSV file
20ca90d
unverified

NielsMayer commited on

examples : fix memory leak on failure to load gpt2 model (#323)
c92d0b9
unverified

Andy Maloney commited on

examples : small code cleanups (#322)
e0255d4
unverified

Andy Maloney commited on

examples : add whisper.swiftui demo app (#308)
1d5c7f2
unverified

Digipom commited on

Build a vfpv4 library for armeabi-v7a and do runtime detection to select the right library
b17dc4f

Kevin Brothaler commited on

Check for both __ARM_NEON and __ARM_FEATURE_FMA so that the project can be compiled for armv7a.
1fff54f

Kevin Brothaler commited on

Bump NDK version
dbe19c7

Kevin Brothaler commited on

Update README.md
9fc9845
unverified

ggerganov commited on

cmake : enable and fix -Wall -Wextra -Wpedantic C++ warnings
7ffa531
unverified

ggerganov commited on

minor : resolves some of warnings when compiling with clang/clang++ (#294)
061b71e
unverified

Matheus de Sousa ggerganov commited on

whisper : language auto-detect (#59)
dad1114

ggerganov commited on

main : add option to print the progress (#276)
068424c
unverified

ggerganov commited on

main : add "--prompt" command line argument (#90)
a488eb7
unverified

ggerganov commited on

command : better indentation
7a2aa88

ggerganov commited on

command : update README, show how to use guided mode
a73a606

ggerganov commited on

command : adding guided mode
0ffb168

ggerganov commited on

Update README.md (#46)
974e0d1
unverified

ggerganov commited on

Add Android sample (#277)
f4bcbaa
unverified

Digipom commited on

stream : update README.md + comments
2110f23
unverified

ggerganov commited on

Update README.md
cd282f3
unverified

ggerganov commited on