projects
SimQR is a Version 1 QR code generator implemented form scratch using Reed-Solomon error correction scheme over Galois Field polynomials.
HexapawnZero is an implementation of the AlphaZero algorithm for the game of Hexapawn. Also wrote a blog post on this.
A minimal attention based character-level digit-captioning model for multi-digit MNIST dataset based on the Show Attend and Tell paper.
translit-former is a transformer-based transliteration model trained on the Bengali subset of the Dakshina dataset. Wrote a blog-post on this too!
A simple ray-tracer built in python based on Gabriel Gambetta's awesome book.