SunoSakhi is a voice-based AI assistant that allows rural women to call a number and ask questions about menstrual, sexual, and reproductive health in their own regional language with complete privacy and no need for smartphones.
- 📞 Call-based interaction using Exotel
- 🗣️ Multi-turn conversations (follow-ups supported)
- 🧠 AI model trained on women’s health data
Caller → Exotel → FastAPI Webhook → GoogleCloud STT_V2 → Google_Trans_V2 → LLM → Google_Trans_V2→ Google_Cloud TTS → Exotel
- User calls
- STT converts voice → text
- Translate to English
- LLM generates the answer
- Translated back to local language
- TTS converts text → speech
- System speaks the answer
- Ask for follow-up question
| Function | Tool |
|---|---|
| Telephony | Exotel |
| Backend | FastAPI |
| STT | Google Cloud STT_V2 |
| TTS | Google Cloud TTS |
| Translation | Google Cloud Trans_V2 |
| LLM | mistral 7b |
[Will be uploaded]