Home
Courses
Writing
Projects
Research
Random
Library
Projects
These are some things that I've built/contributed to:
Mirror
(McGill CodeJam 2023 Winner)
(w/ Santosh Passoubady, Louis Wei, and Roko Baljak)
A webapp that uses Stable Diffusion and your webcam to show you how you would look in different clothing.
rizzAI
(DEAD)
A Chrome extension that used GPT3 to give you opening messages based on Tinder bios. Integrated with the Tinder webapp. Dead now because OpenAI removed davinci-003 from their API. Maybe one day I'll get it to use a multimodal model.
Small stuff:
Space Invaders Emulator
. Try a WASM version
here
CHIP-8 tic-tac-toe I wrote by hand in hex
Simple CHIP-8 interpreter
An automatic differentiation library written in C
Vanilla MLP network written from scratch in C
Stuff LLMs entirely or mostly wrote:
Simple code snippet searcher