Mission_001
Matcha Journal
MLH AI Hackfest 2026 / April 2026
Full-stack AI journaling companion built solo in 24 hours. LLaMA 3.3 70B via Groq for empathetic conversational AI, MongoDB Atlas for persistent mood and entry storage. Custom animated UI with login system and mood analytics.
Python
Streamlit
Groq API
LLaMA 3.3 70B
MongoDB Atlas
Mission_002
SmartApply
Google Cloud Gen AI Academy Hackathon / Spring 2026
5-agent pipeline (analyzer, matcher, cover letter writer, email, scheduler) using Google ADK SequentialAgent. Deployed on Cloud Run with Firestore. Separate MCP server via FastMCP exposing Firestore tools over SSE transport.
Google ADK
Gemini 2.5 Flash
Firestore
Cloud Run
FastMCP
Mission_003
MediGuide AI Agent
Google Cloud Gen AI Academy / Spring 2026
Multi-agent medical information assistant built with Google ADK and Gemini 2.5 Flash. Real-time Wikipedia research via LangChain. Architecture includes greeter, symptom researcher, and medical advisor agents deployed on Cloud Run.
Google ADK
Gemini 2.5 Flash
LangChain
Cloud Run
Python
Mission_004
PneumoScan
Independent Project / Spring 2026
AI-powered pneumonia detection from chest X-rays. 7-model weighted ensemble (DenseNet-121, EfficientNet-B4, ViT-B/16, ResNet-50, InceptionV3, MobileNetV3, AttentionCNN) achieving 98.4% ensemble accuracy. Grad-CAM heatmap overlays, severity grading, bacterial vs viral subtype classification, and bilingual PDF reports in English and Urdu. Doctor auth, patient records, and MongoDB Atlas integration.
Python
PyTorch
PySide6
Grad-CAM
MongoDB Atlas
Modal
Mission_005
Maze Adventure Game
Data Structures Course / Fall 2025
GUI-based adventure game implementing BFS, DFS, Dijkstra's, and other graph traversal algorithms. Real-time pathfinding visualization, multiple difficulty levels, dynamic maze generation, and animated gameplay. Demonstrated at AI and CS Expo 2024.
Java
GUI
Graph Algorithms
BFS/DFS
Mission_006
Learning Management System
Pair Project / Spring 2025
Role-based LMS enabling student-faculty interaction with full CRUD functionality and structured academic reporting. Secure data flows, normalized SQL schema, user role management (admin/student/faculty), and modular OOP architecture.
Java
Swing
JDBC
SQL