andito/parakeet-v3-streaming
fixing session mismatch
fix references
Use sentence-based window sliding instead of word-based
Make UI more minimal and compact
Fix update interval display from 250ms to 500ms in About section
Update README: correct progressive update interval to 500ms
Fix performance metrics display and update intervals
Re-add progress bar functionality for model downloads
Update README.md
Update README.md
remove _headers file
Add diagnostic logging to debug HF Spaces model loading
Update README.md
Update README.md
Remove progress bar functionality and clean up debug logging
Add preload_from_hub to serve Parakeet model files locally and fix CORS issues
Reduce timeout to 30s and add detailed CORS error message
Add periodic progress check and reduce timeout to 60s for faster debugging
Add IndexedDB logging and timeout detection for hung model loading
Add fetch interceptor to debug model download issues
Add debug logging to track model loading progress
Add dist files with progress bar support
Trigger HF Space rebuild
Fix progress bar display and correct model size to 2.5GB
Update model size from 2.5GB to 2.1GB
Add Clear Cache button and caching info
Add download progress bar for model loading
Update built assets with latest optimizations
Optimize performance with webgpu-hybrid and fix RTF display
Restore cross-origin headers for SharedArrayBuffer
Final optimizations: VAD, 5s window, word-level sliding
Use credentialless COEP with COOP for SharedArrayBuffer + third-party scripts
Try exact docs config with all three headers
Use COEP credentialless without COOP for compatibility
Use exact header config from HF Spaces docs
Try COEP credentialless without COOP for SharedArrayBuffer
Remove custom headers to fix iframe connection issue
Use COEP credentialless and COOP same-origin-allow-popups for iframe compatibility
Configure COEP/COOP headers in README frontmatter for WebGPU
Add cross-origin headers and optimize progressive streaming
Update production build with microphone selector and audio level meter
Add microphone selector, audio level meter, and fix Chrome compatibility
Restructure for HuggingFace Space compatibility
Add Parakeet progressive streaming demo with source code
