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

* talk : initial real-time transcription in the browser

* talk : polishing the UI

* talk : ready for beta testing

* talk.wasm : rename example
This commit is contained in:
Georgi Gerganov
2022-11-21 22:20:42 +02:00
committed by GitHub
parent 2e311a2917
commit a4dfbeecf9
8 changed files with 2083 additions and 3 deletions

View File

@ -20,6 +20,7 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR})
if (EMSCRIPTEN)
add_subdirectory(whisper.wasm)
add_subdirectory(talk.wasm)
else()
add_subdirectory(main)
add_subdirectory(stream)