Spaces:
Sleeping
Sleeping
| title: Anato Mitra | |
| emoji: 🩻 | |
| colorFrom: blue | |
| colorTo: indigo | |
| sdk: gradio | |
| sdk_version: 5.0.1 | |
| app_file: app.py | |
| pinned: false | |
| license: mit | |
| short_description: AI Medical VIVA Companion for Anatomy Students | |
| # 🩻 Anato-Mitra: The AI Anatomy VIVA Companion | |
| Anato-Mitra is an AI-powered study assistant designed to help 1st-year MBBS students prepare for Anatomy VIVA (Oral) exams. | |
| ## 🌟 Features | |
| - **VIVA Mode:** Simulates a strict professor asking questions about random diagrams. | |
| - **Learning Mode:** Reads from standard textbooks using RAG to answer student queries. | |
| - **Multi-Modal:** Uses Vision (to see diagrams) and Voice (ElevenLabs) to speak. | |
| - **Offline Resilient:** Uses Local Embeddings (HuggingFace) and Dropbox for PDF storage. | |
| ## 🏗️ Architecture | |
| - **Brain:** Llama 3.1 70B (via Hyperbolic/Nebius) | |
| - **Voice:** ElevenLabs | |
| - **Orchestration:** Model Context Protocol (MCP) | |
| - **RAG:** LlamaIndex with `bge-small-en-v1.5` (Local CPU) |