PROJECTS
A collection of things I've built.
initium
Pure C11 LLM inference engine built completely from scratch without PyTorch, CUDA, or external libraries. Runs Llama-style model architectures directly on CPU with zero dependencies.
neetcode-gpt
GPT transformer architecture built from scratch in Python and PyTorch. Implements custom multi-head self-attention, positional encodings, feed-forward layers, and autoregressive generation.
ig-agent
Autonomous Instagram AI agent with a full management dashboard. Researches viral trends, schedules weekly content, generates AI captions, auto-publishes posts, and manages comment replies.
querymind
Intelligent SQL Query assistant and database exploration engine. Converts natural language prompts into optimized SQL statements with automated schema analysis and visualization.
chronic-disease-detetction
End-to-end chronic disease risk prediction system featuring ML model pipelines, FastAPI inference microservices, and an interactive Streamlit UI for personalized health assessments.
face-recognition-system
Real-time facial recognition attendance management system. Detects facial features, identifies registered individuals in live camera streams, and logs color-coded attendance records.
movie-recommendation
Personalized movie recommendation model leveraging content-based filtering and Cosine Similarity vectorization to analyze film metadata, genres, and user preference vectors.