Tech Stack: Flask (Backend) | React (Frontend) | Llama 90B | DeepSeek R1 | PlayHT | Groq
Focus Roast - an AI-driven productivity coach that detects procrastination and provides motivational feedback using Gordon Ramsay/David Goggins voice clones.
• The React frontend captures screen and webcam feeds at intervals and sends them to a Flask backend.
• Flask forwards the images to Llama 90B vision model, which generates detailed descriptions.
• These descriptions are analyzed by DeepSeek R1 (via Groq) to determine if the user is procrastinating.
• If detected, our Python script triggers a PlayHT TTS request, generating real-time motivational feedback using cloned voices of Gordon Ramsay or David Goggins.
• To optimize latency, the system decides whether to generate new speech or use a cached response.