whisper.cpp icon indicating copy to clipboard operation
whisper.cpp copied to clipboard

Port of OpenAI's Whisper model in C/C++

Results 525 whisper.cpp issues
Sort by recently updated
recently updated
newest added

I see the timestamp on the stdout, just need them to be on the txt output. Thanks.

The http server does not return a character-level timestamp and is it not in complete json format?

I want to be able to run this on a laptop with Windows on Arm and Qualcomm Snapdragon CPU. Is there a way to compile it for Windows on Arm...

To enhance the accessibility and functionality of whisper.cpp within the OpenWrt environment, I'm porting it to the Luci UI and packaging it for easy integration. This involves two key projects:...

An explorative re-implementation of @ejones's parser which IMHO captures the advantages and disadvantages of `boost::spirit` very well.