← Back to Projects
About
Echo Peak is a real-time voice transcription and sentiment analysis platform that captures live audio streams and instantly converts them into searchable, time-stamped text while detecting emotional tone. Built with a Python/FastAPI backend, React frontend, WebSockets for low-latency streaming, and OpenAI Whisper/Transformers for transcription and sentiment models, it empowers remote teams to archive meetings and gain immediate emotional insights.
Devlog
0 updatesNo devlog posts yet.
Comments
Nice stack, love the Whisper + Transformers combo for real-time sentiment. How's the latency holding up with WebSoon longer calls?