Full-Stack AI
Live
JobGenie
A full-stack AI copilot with a FastAPI backend and Gemini API for resume parsing, ATS-score simulation, and job-description matching. A RAG pipeline grounds LLM outputs to reduce hallucination in match scoring, with an analytics dashboard, multi-resume A/B testing, and interview tracking.
Python · FastAPI · Gemini API · RAG · JavaScript
Deep Learning
5th · CSA Hackathon 3.0
PhoniX
A real-time dialer that detects voice-phishing (vishing) attacks by classifying live audio streams. A deep-learning pipeline distinguishes authentic human speech from deepfake-generated audio using spectrogram-based feature extraction, evaluated via precision, recall, and F1.
Python · PyTorch · Audio Processing · Deep Learning
Deep Learning
Research
Session-Based Recommender
Next-item recommendation on the YooChoose clickstream dataset (50K sessions, 128K+ samples). Implemented and benchmarked three architectures from scratch — GRU baseline, pure recurrent KAN, and a hybrid GRU+KAN with learnable B-spline activations. Trained with AdamW and cosine LR scheduling.
Python · PyTorch · GRU + KAN · Deep Learning
Full-Stack
Open Source
Launch Cadence
A rocket-launch management and booking system — scheduling, management, and booking workflows for launches, built end-to-end.
Full-Stack · Booking System
Desktop App
Java · Swing
Library Management System
A desktop GUI for managing books, members, and issue/return workflows, backed by a relational database.
Java · Swing · SQL · Desktop GUI