CoolFace
Apppublic

koushik444/speech-ai-backend

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes
31 commits on main
e8b03d47mo ago

UI Responsiveness Polish: Add hover/tap animations to all buttons and fix duplicate code in ControlPanel

koushik444
02538e97mo ago

Implement Text-to-Text conversation and Gemini Exact UI sync

koushik444
7bd916a8mo ago

Gemini Exact UI: Match layout, greeting, suggested pills, and input bar from provided screenshot

koushik444
694313c8mo ago

Fix syntax errors and duplicate definitions in UI components: Sidebar, ControlPanel, and TextWriterView

koushik444
3caf7fe8mo ago

Fix build error: Import User from lucide-react in page.tsx

koushik444
094abd18mo ago

Fix duplicate function definition in Sidebar

koushik444
4bd55908mo ago

Fix syntax errors in UI components: Remove duplicate blocks and trailing closures

koushik444
eda34968mo ago

UI Transformation: Shift VoxFlow to Google Gemini aesthetic with clean layout and organic AI Orb

koushik444
dd7d76e8mo ago

Cleanup: Remove unnecessary files not needed for deployment

koushik444
01944728mo ago

Fix webpage unresponsiveness: Prevent double mic access and throttle UI updates

koushik444
cd96d198mo ago

Fix AI Text Writer: Resolve unresponsiveness, add real-time feedback, and align with design specs

koushik444
b9841f88mo ago

Implement AI Text Writer service: Add dedicated UI, copy/download features, and design integration

koushik444
22e15168mo ago

VoxFlow UI Redesign: Implement sleek dark theme, Epilogue font, and AI Orb visualizer based on provided design

koushik444
e310db68mo ago

Fix TypeScript error: add isTranscribing to useStore destructuring

koushik444
efe5d278mo ago

Fix syntax error in ControlPanel and remove invalid nextConfig option

koushik444
0f573948mo ago

Complete UX Overhaul: Fix audio capture, add thinking/transcribing states, and improve playback reliability

koushik444
2f362b28mo ago

Fix UnicodeDecodeError in TTS: Return raw audio response instead of JSON

koushik444
871c1f58mo ago

Final audio stability fix: Trailing slashes for internal calls and WebM container alignment

koushik444
e19727c8mo ago

Critical audio fix: Correct service URLs and improve data flow logging

koushik444
463543e8mo ago

Fix audio recording and transcription: Accumulate buffer and trigger end-of-speech

koushik444
37b0f288mo ago

Fix workflow trigger syntax

koushik444
02a165b8mo ago

Update sync workflow with manual trigger

koushik444
c44c9c38mo ago

Add GitHub Action to sync with Hugging Face Space

koushik444
9e0482f8mo ago

Fix irresponsive website: Auto-correct HF URLs, robust WebSockets, and relaxed CORS

koushik444
666f7068mo ago

Final production polish: Allow all CORS origins and optimize internal service routing (Cleaned secrets)

koushik444
2def1e78mo ago

Partition project into frontend and backend directories

koushik444
d7850068mo ago

Fix dependency conflict: Remove orjson and loosen pins

koushik444
a0b1a9a8mo ago

Optimize build for Hugging Face: Slim dependencies and robust Dockerfile

koushik444
7fc8b008mo ago

Fix build error: Use redis instead of aioredis and fix undefined variables

koushik444
fba576a8mo ago

Fix .gitignore and include model engines

koushik444
23df29e8mo ago

Initial commit: Optimized VoxFlow AI monolith for cloud deployment

koushik444