My Projects

A selection of things I’ve built and shipped. More on GitHub.

Motion AI preview

Motion AI

  • Python
  • OpenCV
  • Computer Vision

AI-powered motion tracking with real-time feedback using OpenCV. Designed to analyze movement and provide instant, actionable cues.

Secure Chatroom preview

Secure Chatroom

  • Python
  • Sockets
  • CLI

Multi-user terminal chat app with a central server, user-defined names, and real-time messaging built on Python sockets.

Cinema Management System preview

Cinema Management System

  • Java
  • OOP

Real-world cinema simulation—ticket booking, food ordering, and profile management—built to practice clean OOP design in Java.

Game Manager preview

Game Manager

  • Java
  • JavaFX

Login system + persistent scores for fully playable Blackjack and Snake, implemented with JavaFX.

RSA Encryption preview

RSA Encryption Tool

  • Python
  • Crypto

RSA key generation, encryption/decryption, and modular inverse—implemented from scratch to understand the math under the hood.