Featured Projects
Boox Uploader CLI
A CLI tool I created to allow me to upload Manga and Textbooks directly to my Boox Note Air 2 Plus Tablet. It required a lot of
breaking down certain apis of both the device and creating custom requests to scrape the data. This was also my first true
working project in Go which was a super fun experience!
View on GitHub
Pong from Pixels using PPO
My final project for Applications of Machine Learning, where I created and trained a PPO model to play pong against the CPU in
a deterministic environment. Where it won after training for only 1.5 hours on my laptop by an average of 18 points.
View on GitHub