whisper-cpp-server
whisper-cpp-server copied to clipboard
whisper-cpp-serve Real-time speech recognition and c+ of OpenAI's Whisper model in C/C++
I use Clion IDE and msys64\mingw64 to cmake this,but CMake Error has happened: `CMake Error at CMakeLists.txt:16 (target_link_libraries): Target "sdl_version" links to: SDL2::SDL2-static but the target was not found. Possible...
Running whisper-cpp-server docker image in a kubernetes cluster as a microservice. I'm attaching the models folder via extending the docker image like this: ``` FROM litongjava/whisper-cpp-server:1.0.0 ADD models/ models/ ```...
 
Real-time speech recognition and display of recognition results in the browser Functionality is complete and ready for testing backend ``` https://github.com/litongjava/whisper-cpp-server ``` frontend ``` https://github.com/litongjava/listen-know-web ``` https://github.com/litongjava/whisper-cpp-server/assets/31761981/ba7268fa-312c-47b2-a538-804b96bb656f
Hey :) Since the original whisper.cpp supports and runs super fast on NVIDIA Jetson platforms, is there any way to get your package to support CUDA? Thanks for your work....
On a new M4 Pro MacBook Pro, I've tried compiling whisper-cpp-server using the instructions provided for MacOS. When I run `cmake -B cmake-build-release -DWHISPER_COREML=1` as instructed, I get warnings about...
Yes! Joy! Victory! Ecstasy! I have succeeded in following your instructions to build both whisper-cpp-server and listen-know-web!!!! And it wasn't easy! I have accomplished the miracle on Fedora 41!!! WOO-HOOO!!!!...