Portfolio

Areeb
Mohammed

CS student at University of Washington. Building things at the intersection of systems, ML, and product.

Selected Projects
01
MedTrack

Serverless healthcare app for tracking medications and appointments. Built on AWS with real-time data streaming and a React frontend.

AWS CDK Lambda DynamoDB Kinesis AppSync React
02
AI Meeting Insights

Automated meeting summarization and action item extraction pipeline using LLMs. Reduces manual note-taking overhead with structured, searchable output.

LLM NLP Python RAG
03
Multi-Threaded Search Engine

A concurrent web crawler and inverted index search engine written in C++. Designed for performance with fine-grained locking and O(1) removal via linked list simulation.

C++ Concurrency Systems Data Structures
04
Photo Face Sorter

Detects faces in a folder of photos, extracts face vectors, and groups them into subfolders by visual similarity using cosine similarity and DBSCAN clustering.

Python OpenCV DBSCAN scikit-learn Computer Vision
05
Tax Brackets Explained

Interactive data visualization demystifying the US marginal tax bracket system. Built as a single-file web app with custom D3 animations and a narrated walkthrough.

D3.js Data Viz HTML/CSS JavaScript