Voice-first, multilingual AI platform for rural India
Supports agriculture, healthcare & government schemes in Hindi, Marathi & English.
Rural communities face barriers in accessing essential services due to low digital literacy, language gaps, and poor connectivity.
- Voice input (Web Speech API) – speak naturally
- AI-powered responses (Gemini API + intelligent fallback)
- Offline mode (IndexedDB) – works without internet
- Multi-language – Hindi, Marathi, English (text + voice output)
| Layer | Technology |
|---|---|
| Frontend | React, Tailwind CSS, Web Speech API |
| Backend | Spring Boot, JPA, MySQL |
| AI | Google Gemini API |
| Offline | IndexedDB (browser cache) |
| Build | Vite, Maven |
Click to watch demo video (add after recording)
cd backend
./mvnw spring-boot:run # or mvnw.cmd on Windows