Siri 2.0 is a next-gen AI voice assistant powered by Generative AI and Retrieval-Augmented Generation (RAG). It goes beyond basic commands by holding context-aware conversations, understanding emotional tone, and summarizing emails with actionable insights; all while preserving user privacy.
- Voice Interaction: Real-time speech-to-text and text-to-speech via Web Speech API
- Contextual Memory: Maintains multi-turn conversational context
- Email Summarization: Parses and summarizes
.txtemails, highlighting to-dos - Emotionally Adaptive Responses: Tailors tone based on user emotion/context
- Privacy-first: Session-based context handling and encrypted communication
- Note Storage & Recall: User-uploaded notes become long-term assistant memory
- Frontend: React.js, Web Speech AP
- Backend: FastAPI (Python), RAG with vector store
- AI Models: LLMs (via OpenRouter), BLIP for visual language if needed
- Tools & Platforms: Hugging Face, GitHub
git clone https://github.com/aaditi2/siri2.0.git
cd siri2.0