Link: https://whisper.ggerganov.com

+
+
+## Build instructions
+
+```bash
+# build using Emscripten
+git clone https://github.com/ggerganov/whisper.cpp
+cd whisper.cpp
+mkdir build-em && cd build-em
+emcmake cmake ..
+make -j
+
+# copy the produced page to your HTTP path
+cp bin/whisper.wasm/index.html /path/to/html/
+cp bin/whisper.wasm/whisper.js /path/to/html/
+cp bin/libwhisper.worker.js /path/to/html/