TB Logo

Projects

BROWSE AND FILTER PUBLISHED PROJECTS.

Interactive Handwritten Digit Recognition (CNN)
Aug 2023

Interactive Handwritten Digit Recognition (CNN)

An end-to-end machine learning project combining CNN model training in Jupyter notebooks with a client-side interactive web demo. Users can draw handwritten digits and receive real-time predictions from a Convolutional Neural Network trained on the MNIST dataset and deployed in the browser via TensorFlow.js.

Deep LearningWeb DevelopmentComputer Vision
Python
Jupyter Notebook
TensorFlow
Keras
CNN
JavaScript
CSS
HTML
Geometry Dash Clone (Java + Processing)
Jul 2022

Geometry Dash Clone (Java + Processing)

A full Geometry Dash-style platformer recreated from scratch in Java using the Processing IDE, featuring physics, collisions, particle effects, and a fully interactive level builder.

Game DevelopmentProcessingPhysics
Java
Sudoku Terminal Game in C
Oct 2020

Sudoku Terminal Game in C

A terminal-based Sudoku game written in C, featuring random grid generation, custom grid input, Unicode-rendered boards, and an automatic Sudoku solver.

Terminal AppAlgorithmsData Structures
C