Convert YouTube videos into structured courses with chapters and notes. A proof of concept that was built very shabbly over a weekend.
A GameBoy emulator written in Rust, using wgpu for rendering, and leverages native APIs. Written for a school project. Supports shaders and hotkey configurations.
A simple cryptocurrency written in rust, and uses websockets for communication. It is completely functional, but should never be used. Another weekend project for learning purposes.
A neural network written in python using NumPy and pandas. Uses the MNIST dataset to train and test the network. Currently a work in progress.