Projects

Selected work in CS / DS

Projects

Pose Tracking + Smoothing (Computer Vision)

Extracted body landmarks from video and smoothed the motion to reduce jitter while keeping key movement.

What I did: processed videos, exported landmark coordinates, tested smoothing settings, and compared outputs.

MediaPipe

Project preview

Deep Convoluational Neural Network (Pytorch)

Built a convolutional neural network with pytorch that detects speaker ids.

Web Projects (HTML/CSS)

Designed multiple pages with consistent navigation, readable layout, and CSS-based presentation.

What I did: created page structure, navigation, styling, and validated HTML/CSS.

×

Deep Convolutional Neural Network (PyTorch)

This project uses a convolutional neural network built in PyTorch to identify speaker IDs from audio data.

The workflow included preprocessing audio, converting signals into model-ready features, training the network, and evaluating performance on development data.

I used this project to strengthen my understanding of deep learning, PyTorch training pipelines, feature extraction, and model evaluation for classification tasks.