Pravah
Pravah is a digital twin of a Bengaluru arterial that answers counterfactual questions about traffic: not what traffic is, but what traffic would be if you changed something. Describe a scenario in plain English, such as "close a lane near Marathahalli" or "what if 50 percent more traffic arrived during peak", and the Gemini API turns it into a validated simulation specification. It picks from a numbered list of real corridor links rather than generating an identifier, so it structurally cannot invent a location, and it shows a plain-English readback of what it understood before anything runs. The system then executes two SUMO microsimulations on identical random seeds, one with the change and one without. The measured difference is the answer, rendered on a map with the cause marked separately from the downstream effect. We model Old Airport Road, Domlur to Marathahalli: twelve signalised junctions, calibrated for Indian mixed traffic using SUMO's sublane model so two-wheelers filter between lanes rather than queuing single file. The corridor was chosen by a survey script that ranked five candidates on how much room signal control actually has. Tavily reads live Bengaluru traffic news and matches incidents to specific corridor links, stating its confidence and refusing to guess when it cannot place one. An n8n workflow runs that on a schedule and delivers a daily digest. Every result is at least five simulation runs on different seeds with the spread reported, and every number carries its seeds, simulator version and git commit on screen. The rule that a gridlocked run counts as a failure rather than a fast run was written before any results existed.
Vission Health
Vission Health is an AI-powered rural healthcare assistant designed to support ASHA workers and rural communities. It uses the Google Gemini API to understand natural-language and voice-based health inputs, convert ASHA worker notes into structured patient information, provide simple health guidance, and help users identify potentially relevant government healthcare schemes. The platform supports multilingual interaction, digital patient records, follow-ups, and offline-first functionality. Gemini acts as the intelligence layer, making healthcare information easier to understand and access in rural areas. The system is designed for health information and screening support, not medical diagnosis.
Aarogya Sahayak AI
Aarogya Sahayak is a voice-first, multilingual AI healthcare assistant designed to improve healthcare access and continuity for rural communities in India. Citizens can describe their health concerns naturally in their preferred language and receive AI-assisted guidance and safe triage. The platform helps them discover suitable nearby healthcare facilities, navigate relevant government health schemes, and connect with doctors when professional care is required. Unlike a conventional healthcare chatbot that stops after answering a question, Aarogya Sahayak connects the complete care journey: Citizen → Safe Triage → Doctor → Prescription/Investigation → ASHA Follow-up → Doctor Review → Care Completion. The system combines AI with deterministic safety rules, so the LLM is not treated as an autonomous medical decision-maker. Rural accessibility is supported through multilingual voice interaction, mobile-first design, low-bandwidth considerations, and offline-first ASHA workflows. The platform includes three connected experiences: a Citizen Mobile App, a Healthcare Portal for ASHA workers and doctors, and a backend healthcare orchestration layer for cases, care handoffs, consultations, facilities and follow-ups. Our goal is to turn “I have a health problem” into “I know what to do, where to go, and who will follow up.”