Projects
DebunkAI is an agentic misinformation detection ecosystem with a FastAPI + LangGraph backend, a React dashboard, a Chrome extension, and a Flutter mobile app. It ingests content from social platforms, verifies claims against trusted sources, and can generate evidence-backed counter-responses when high-risk false narratives start spreading.
This is an end-to-end phishing detection MLOps pipeline. It runs data ingestion, validation, transformation, model training, and experiment tracking, then serves predictions through a FastAPI API. I built it to make model training and deployment repeatable instead of notebook-driven.
RubixProctor is our attempt to make remote exams harder to game without turning them into a privacy nightmare. It uses a dual-device setup: an Electron desktop app locks the system, and a companion Flutter mobile app gives a 360-degree room view. Edge models flag suspicious behavior, multiple faces, and unauthorized devices in real time. We also built offline handling so sessions remain reliable during unstable network conditions.
Mirage is an AI companion that reacts to how you sound and look, not just what you type. It uses computer vision and audio cues to estimate emotional state, then responds through a 3D avatar with voice modulation and facial expressions. Long-term memory keeps conversations consistent over time, which makes interactions feel less disposable.
PromptZerk is a workspace for prompt engineers and AI developers. It helps you write, test, and version prompts across multiple LLM providers without switching tools. It includes variable injection, A/B prompt testing, cost estimation, and a shared prompt library.
I built Markdrop because writing README files in raw markdown slows me down. It gives you a visual editor, drag-and-drop blocks, and cloud sync so you can publish polished docs quickly.
AnalyserGPT is a multi-agent data analysis app I built with Microsoft AutoGen. You can drop in a raw dataset, and the agents handle hypothesis generation, code writing, execution, and report creation. I containerized the runtime with Docker so generated code runs in an isolated, reproducible environment.
Forensight automates parts of digital forensics that usually take hours of manual triage. It uses a multi-agent pipeline to parse logs, network traffic, and file metadata, then flags likely anomalies and breach signals. We used graph visualization so investigators can trace attack paths and timelines faster.
CiviSeva is a civic reporting app for issues like potholes and garbage buildup. Citizens submit reports from mobile, computer vision tags severity, and geo-based routing helps municipal teams plan responses. The goal is simple: close issues faster with better use of field crews.
LifeSave coordinates donors, hospitals, and blood banks in one system with live inventory visibility. An agentic matching flow monitors demand and supply, triggers alerts, and suggests likely donor matches for urgent cases. We focused on reducing search time and wastage during emergencies.
KisaanCredit helps small farmers access carbon credit markets. The platform uses satellite imagery and AI checks to verify sustainable farming activity, then records credits on-chain for traceability. We also added a gamified mobile flow to keep day-to-day usage simple.
SkillVerse is a student freelance marketplace built around trust and payout safety. Escrow and payments run through smart contracts, AI tools help with proposal drafting and rate estimation, and verified skill tests help clients evaluate candidates.
PaperSprint handles last-minute campus printing. Students can upload files, pay online, and get prints delivered in about 15 minutes. It supports cloud file imports and live order tracking.
TSEC Student Dashboard combines timetables, exam schedules, attendance, and notices in one place. We built it as a responsive interface so students can keep up with academic tasks from any device.
This app solves the Equipment Replacement Problem from Operations Research. Users enter maintenance, purchase, and resale values, and the tool computes the optimal replacement year. It also plots the average annual cost curve so the tradeoffs are easy to read.