Spaces:
Running
Running
File size: 1,079 Bytes
36303f3 5c52ea8 b8cc2bf 36303f3 b8cc2bf 36303f3 b8cc2bf 36303f3 b8cc2bf 36303f3 b8cc2bf 36303f3 b8cc2bf 36303f3 b8cc2bf 36303f3 b8cc2bf 36303f3 b8cc2bf 36303f3 b8cc2bf 36303f3 b8cc2bf 36303f3 b8cc2bf 36303f3 b8cc2bf | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | ---
title: Keet Streaming
emoji: 🎙️
colorFrom: indigo
colorTo: blue
sdk: static
pinned: false
license: mit
short_description: Real-time browser ASR with parakeet.js + WebGPU
app_build_command: npm run build
app_file: dist/index.html
models:
- istupakov/parakeet-tdt-0.6b-v2-onnx
tags:
- asr
- speech-to-text
- parakeet
- parakeet-js
- onnx
- webgpu
custom_headers:
cross-origin-embedder-policy: require-corp
cross-origin-opener-policy: same-origin
cross-origin-resource-policy: cross-origin
---
# Keet Streaming
Keet is a real-time, privacy-first transcription app built with SolidJS + Vite and powered by `parakeet.js`.
Inference runs in the browser (WebGPU/WASM) with no backend transcription service.
## Run locally
```bash
npm install
npm run dev
```
## Hugging Face Spaces
This Space uses the **static** SDK and builds directly from source:
- Build command: `npm run build`
- Output: `dist/index.html`
## Notes
- The app requires microphone access in the browser.
- COEP/COOP headers are configured in this README front matter for worker/wasm isolation.
|