A fork of OpenAI's Whisper speech recognition models optimized with OpenVINO backend for faster CPU inference.
Whisper OpenVINO is an optimized fork of OpenAI's Whisper speech recognition system that uses Intel's OpenVINO runtime to accelerate transcription on CPU hardware. It solves the problem of slow Whisper inference on consumer CPUs by providing hardware-optimized models that maintain full compatibility with the original API. The project enables faster speech-to-text conversion without requiring GPU acceleration.
Developers and researchers who need to run Whisper speech recognition efficiently on Intel CPU-based systems, particularly those working with transcription applications on laptops, servers, or edge devices without dedicated GPUs.
Developers choose Whisper OpenVINO because it provides significant performance improvements over the original Whisper on CPU hardware while maintaining 100% API compatibility. The unique selling point is the drop-in replacement capability that requires no code changes while offering ~40% faster transcription times.
openvino version of openai/whisper
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Achieves ~40% faster transcription times on Intel CPUs, as demonstrated with a 92-minute audio benchmark in the README.
Functions as a direct replacement for OpenAI's Whisper with identical usage, requiring no code changes for integration.
Provides ONNX and OpenVINO IR formats via Hugging Face Model Hub, simplifying deployment without manual conversion.
Leverages Intel's OpenVINO runtime to accelerate inference on consumer CPUs, making ASR more accessible without GPUs.
Does not support the Whisper large model, limiting access to the highest accuracy option for critical applications.
Requires Intel CPUs and OpenVINO setup, adding complexity and reducing portability for non-Intel or GPU-focused systems.
As a community fork, it may lag behind upstream updates from OpenAI, potentially missing new features or bug fixes.