whisper-webgpu-vue / README.md
nekomeowww's picture
release: build d1b560f1dc0759406b6e964d96053b373141eb88
d864f4f
|
raw
history blame
815 Bytes
---
title: Real-time Whisper WebGPU (Vue)
emoji: 🎤
colorFrom: gray
colorTo: green
sdk: static
pinned: false
license: mit
models:
- onnx-community/whisper-base
short_description: Yet another Real-time Whisper with WebGPU, written in Vue
thumbnail: https://raw.githubusercontent.com/moeru-ai/airi/refs/heads/main/packages/whisper-webgpu/public/banner.png
---
<h1 align="center">Whisper Realtime Demo (WebGPU)</h1>
<p align="center">
[<a href="https://airi-whisper-webgpu.netlify.app/">Try it</a>]
</p>
> Heavily inspired by [Real-time Whisper WebGPU](https://huggingface.co/spaces/Xenova/realtime-whisper-webgpu)
## Acknowledgements
Great thanks to what Xenova have done.
> [Source code](https://github.com/huggingface/transformers.js/tree/7a58d6e11968dd85dc87ce37b2ab37213165889a/examples/webgpu-whisper)