By: Noah Toma, Ladi Aganga, Rameez Shahid, & Moeez Qureshi
Understand instantly, reply perfectly. Translate foreign speech and receive context-aware response suggestions, decoded in your native tongue so you never get lost in translation again.
- Conversation intercessor
- Suggests varied responses in real time
The frontend is wired to a FastAPI backend (local or on Azure) via Next.js API routes that proxy to BACKEND_API_URL. Copy .env.example to .env.local and set BACKEND_API_URL (e.g. http://localhost:8000 or your Azure App Service URL).
See docs/BACKEND_API.md for the FastAPI endpoint contract (/translate, /speech/transcribe) and Azure deployment notes.
The frontend is based on REACT, Next.js, and TailwindCSS. This stack allowed us to create a dynamic frontend that could reflect changes to the user in real time while communicating effectively with the backend. Unfortunately, working with REACT has made us like it less. Sorry.