
Security teams managing large facilities face a real problem. When you have hundreds or even thousands of cameras, it is impossible for a small team to monitor all of them at once. Most camera management software just shows you a wall of feeds and leaves the prioritization entirely up to the human operator. CamSort solves this by introducing an autonomous AI agent that continuously analyzes camera snapshots and ranks them based on what the operator actually cares about at that moment. The operator types a natural language instruction such as "sort by how hazardous the scene appears" or "find cameras with people present" and CamSort takes it from there. The system sends each camera snapshot independently to Google Gemini, which returns a score, a classification, a reason, and a recommended action for each feed. The backend then sorts all cameras by score and updates the dashboard automatically every few seconds without any manual input. CamSort also includes an operator priority layer that flags any camera crossing a critical threshold, making sure urgent situations are never buried under lower priority feeds. The live dashboard shows ranked camera cards with scores, reasons, and operator actions so the team always knows exactly where to look first. The project is built on Vultr, uses Google Gemini for multimodal image analysis, and is deployed with a live demo accessible to judges.
19 May 2026

VHeal AI is an Agentic AI-powered hospital discharge copilot designed to streamline patient discharges by autonomously coordinating between hospital staff, systems, and workflows. In modern hospitals, discharging a patient is a multi-step, often delayed process involving doctors, nurses, transport, billing, and pharmacy. VHeal AI detects discharge triggers, reasons through medical workflows, completes checklists, and notifies stakeholders through messaging APIs like WhatsApp and SMS. It also generates discharge summaries using LLMs such as GPT-4o and Claude 3. The project uses a LangChain-based agentic framework, integrated with FastAPI, Streamlit/React, and real-time dashboards for staff. VHeal AI mimics a real hospital staff member, offering timely, autonomous, and safe discharge experiences—helping hospitals save beds, time, and lives.
8 Jul 2025