Azure-powered assistive communication for everyone.
Built for Microsoft Imagine Cup 2026 (Health & Life Sciences)
NeuroBridge AI is a Progressive Web App (PWA) designed to give a voice to people with speech disabilities. By leveraging Azure OpenAI, Azure Speech, and Azure Vision, we provide a fast, predictive, and multimodal communication interface that works on any device.
- 🧠 Smart Predictions: AI-powered sentence completion using GPT-4.
- 🗣️ Neural Voice: Natural-sounding text-to-speech in 100+ languages.
- 👁️ Gaze & Gesture: Navigate hands-free using face tracking and hand gestures.
- 📱 PWA Ready: Installable, offline-capable, and responsive.
- 📊 Analytics: Track usage patterns to improve communication efficiency.
- Frontend: React 18, TypeScript, Vite
- AI Services: Azure OpenAI, Azure AI Speech, Azure AI Vision
- Deployment: Vercel (Frontend), Azure Static Web Apps (Optional)
# 1. Clone the repository
git clone https://github.com/your-username/NeuroBridge-AI.git
cd NeuroBridge-AI
# 2. Install dependencies
npm install
# 3. Configure Environment
cp .env.example .env
# Add your Azure API keys to .env
# 4. Run Development Server
npm run devNote: For full customization and deployment details, please refer to the Documentation.