Back to Projects
Audio Captioning System
Deep LearningAudio MLNLP

Audio Captioning System

2023 · Live Project

The question was simple: can a model understand audio well enough to describe it in words? Built a captioning pipeline using VGG16 for feature extraction, CNN-LSTM for sequence modeling, and Transformer-based attention for context. The system generates contextual text captions from raw audio — no transcription, actual semantic understanding. More interesting than it sounds.

OUTCOME

Contextual captions generated from raw audio without transcription

TECH STACK

TensorFlowKerasCNN-LSTMTransformersVGG16

More Projects

Cataract Detection System
01
Computer VisionDeep LearningPython

Cataract Detection System

Real-time cataract detection from eye images. Built the full pipeline — model, inference API, and serving layer. 98.1% accuracy.

98.1% detection accuracy on real eye image datasets
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