Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.41 KB

File metadata and controls

35 lines (24 loc) · 1.41 KB

🤖 Siri 2.0 – Emotionally Intelligent, Context-Aware AI Assistant

GitHub stars Made with License

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.


🚀 Features

  • 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 .txt emails, 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

🛠️ Tech Stack

  • 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

📦 Installation

git clone https://github.com/aaditi2/siri2.0.git
cd siri2.0