Back to Projects
Cataract Detection System
Computer VisionDeep LearningPython

Cataract Detection System

2024 · Live Project

Most medical imaging tools are black boxes you can't touch. I wanted to build something end-to-end — from raw eye images to a deployable API that actually works. Used YOLOv8 for detection, PyTorch for training, and wrapped the whole thing in a Flask API. The model hit 98.1% detection accuracy. The bigger win was understanding what it takes to go from a Jupyter notebook to something you could actually hand to a doctor.

OUTCOME

98.1% detection accuracy on real eye image datasets

TECH STACK

PythonYOLOv8PyTorchOpenCVFlask

More Projects

Offline Facial Recognition System
02
Computer VisionMobileOn-Device ML

Offline Facial Recognition System

100+ faces recognized entirely on-device. No cloud, no API calls, no internet required. Built with Flutter and embedding-based matching.

~95% accuracy, 100+ user embeddings, zero cloud dependency
Audio Captioning System
03
Deep LearningAudio MLNLP

Audio Captioning System

Feed it audio. It tells you what's happening. CNN-LSTM and Transformer architectures on extracted audio features.

Contextual captions generated from raw audio without transcription