Spaces:
Running
Running
Commit History
whisper.objc : add real-time processing (#97) 11bb554 unverified
whisper.objc : fix build warnings 8d1f7e9 unverified
minor : remove "examples/" prefix from the README 247a436 unverified
yt-wsp.sh : script to easily transcribe VODs a7c58c8 unverified
Update README.md 8526ad3 unverified
command.wasm : add voice assistant example for the Web (#171) 2ee248a unverified
minor : add comment for using "generate_karaoke.sh" 2512003 unverified
livestream.sh : simple tool to transcribe audio livestreams (#185) 2a7b373 unverified
stream.wasm : add web-based real-time transcription (#112) 936213e unverified
whisper.wasm : do not block page while processing (close #86) d0b1d9e unverified
main : add stereo-channel-based diarization (#64) b5e16ed unverified
command : add demonstration video 64508b4 unverified
command : fix build + fix README + add bold printing f70b793 unverified
examples : add "command" tool (#171) 4d3c293 unverified
refactoring : more readable code 5ef0168 unverified
correct model name display on running samples 10f411a
wasm : refactor wasm example + reuse fetch mechanism 3520198 unverified
talk.wasm : update video link + some minor fixes 33a4590 unverified
Update README.md 75f9881 unverified
Update README.md 668c7a5 unverified
talk.wasm : move to https://whisper.ggerganov.com/talk bee1ba7 unverified
models : add instructions for using HF fine-tuned models bd9b418 unverified
whisper : improve printfs bfa259c unverified
main : fix dangling pointer when using stdin for input (#65) 2daf96b unverified
main, stream : remove --verbose flag (#178) 8f1a93e unverified
talk.wasm : add audio pre-processing + bump memory 679d38e unverified
talk.wasm : refactoring + update README.md ff21a60 unverified
models : add usage comments to the HF convert script (#157) 8528ec5 unverified
models : fix HF fine-tuned model conversion script (#157) 6c811ac unverified
ggml : fix the fix 8b90727 unverified
ggml : fix cross-compile Linux -> Window with mingw (#168) 29fe0ee unverified
Revert "update README.md" 6b53c3a unverified
update README.md 96a13a8
katsu560 commited on
ggml: change inline ggml_fp16_to_fp32, ggml_fp16_t ggml_fp32_to_fp16 b2f844a
katsu560 commited on
add gprof option d44f972
katsu560 commited on
fix AVX,AVX2,FMA,F16C detection on Linux and add flags for OpenBLAS 7dc7c48
katsu560 commited on
add AVX support 00ac035
katsu560 commited on
Build with OpenBLAS and SDL2 on windows 71bf396
Tamotsu Takahashi commited on
models : minor changes to the HF convert script (#157) f500082 unverified
models : add "convert-h5-to-ggml.py" script (#157) 3568438 unverified
minor : updates few prints + fix buttons in whisper.wasm 7c7a4d7 unverified
Update README.md 87227d4 unverified
Update README.md 0f83fd2 unverified
Find libopenblas.dll.a on windows 6f7863e
Tamotsu Takahashi commited on