ERAv4 · AWS EC2
ResNet50 on ImageNet-1k from Scratch
Trained ResNet50 without pretrained weights on full ImageNet-1k on AWS EC2 — completed by ~10,000 people globally. Achieved 75%+ top-1 accuracy. Deployed as a live demo on HuggingFace Spaces.
Chrome Extension
YouSum — AI YouTube Summarizer
Chrome extension that extracts transcripts from YouTube videos and generates streaming summaries via Claude and ChatGPT APIs. Supports 5 detail levels, background generation, persistent storage, and markdown rendering.
GitHub ↗
Andrew Ng · C4
YOLO Object Detection
Implemented the YOLO algorithm for real-time object detection on an autonomous driving dataset — bounding box prediction, IoU, and non-max suppression from scratch.
Andrew Ng · C4
Face Recognition with FaceNet
One-shot face verification system using the FaceNet architecture and triplet loss.
Flask · Gemini AI
Poetry Analysis Studio
Flask web app that uses Google Gemini to analyse submitted poems and generate examples across 4 forms (Haiku, Sonnet, Limerick, Free Verse) with detailed literary analysis.
GitHub ↗
Andrew Ng · C5
Neural Machine Translation with Attention
Seq2seq model with an attention mechanism for translation, learning to focus on relevant input positions at each decoding step.
Andrew Ng · C5
Trigger Word Detection
Constructed a custom speech dataset and implemented wake-word detection using a GRU-based model in TensorFlow and pydub.
Kaggle · Top 0.4%
Rossmann Store Sales Prediction
Deep network of embedding layers achieving 10% RMSPE. Ranked 11th out of 3,000+ teams.
Kaggle · Top 0.4%
BlueBook for Bulldozers
Random Forest Regressor achieving RMSLE of 0.2214. Ranked 2nd out of 476 teams — second-lowest error in the competition.