keet-streaming / README.md
ysdede's picture
feat(space): migrate Hugging Face Space to keet SolidJS app
b8cc2bf
---
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.