Projects.

A selection of my recent projects, focusing on AI integrations and full-stack development.

Glaucoma Detection AI

Deep learning model that detects glaucoma from retinal scans with high accuracy.

What I've done

  • Built a clinical-grade AI system that detects glaucoma from eye images with 94.5% AUC and 87.1% accuracy, beating traditional ML models by 15%
  • Used ResNet-18 for image classification and U-Net for optic disc/cup segmentation, plus Grad-CAM to show doctors why the AI made its decision.
  • Used ONYX instead of Pytorch for better performance.

Technologies & Tools

Python
TensorFlow
OpenCV
FastAPI
React

YouTube Knowledge Engine (Hybrid RAG)

A high-performance RAG platform for querying YouTube channel content with semantic precision and keyword-exact retrieval.

What I've done

  • Implemented a Hybrid Retrieval system using Reciprocal Rank Fusion (RRF) to combine Vector (Semantic) and BM25 (Keyword) search, significantly improving retrieval accuracy over standard RAG.
  • Engineered a lightweight, CPU-optimized embedding pipeline using FastEmbed (ONNX), reducing memory overhead by 80% compared to traditional PyTorch-based transformers.
  • Built an automated ingestion pipeline with a background scheduler and SQLite metadata tracking to handle multi-video processing and transcript extraction (yt-dlp) asynchronously.

Technologies & Tools

Python
Gemini API Key
FAISS
Youtube APIs
FastAPI
LangChain
2025

AI-Powered Chat App

Real-time chat application with AI-generated conversation summaries.

What I've done

  • A full-featured messaging app with real-time WebSocket communication, user auth, and persistent chat history.
  • Designed a clean PostgreSQL database schema to keep message fetching fast.
  • Gemini API Key - AI summarization

Technologies & Tools

PostgreSQL
Express
React
Node.js
Socket.io
2026