My Projects

Here are some of the projects I've worked on:

Autonomous Cube
Autonomous Cube
An autonomous decoration cube inspired by the famous TV show Jujutsu Kaisen, integrating servo motors and Arduino programming.
Stack: Arduino, C++, 3D Printing
Gesture Machine
Gesture Machine
A voice- and gesture-controlled assistant inspired by JARVIS, built to help users with limited hand mobility navigate their computer more easily. Gesture Machine detects specific hand signs and voice commands to automate tasks like opening apps, typing, and controlling volume.
Stack: Python, OpenCV, Mediapipe, PyAutoGUI, SpeechRecognition, Tesseract OCR
Chip8_Emulator
Chip8_Emulator
Built a fully functional CHIP-8 emulator that recreates the classic 1970s virtual machine architecture. Implemented the complete instruction set, registers, timers, and memory model, while integrating SDL3 and GLAD to render the 64×32 pixel
Stack: C++, Glad, SDL3
BreathalyzAir
BreathalyzAir
BreathalyzAir empowers individuals in underserved regions to make informed decisions about outdoor activity. By uploading a photo of the sky, users receive AI-powered air quality analysis and safe exposure guidance. Built at DeltaHacks 2025.
Stack: Python, Streamlit, CSS, JavaScript, HTML
Virtual File System
Virtual File System
A custom-built file management system that simulates how an operating system organizes, stores, and retrieves files. The project includes core features such as file creation, deletion, reading, and writing.
Stack: C