twister July 2024
prngbinexp
canary exploit challenge based on the mersenne twister prng for HackMIT puzzle 2024
zyzx Feb 2024
zigpytorch
natural language terminal shell built in Zig and using fine-tuned Mixtral 8x7b. in crude testing, our custom model outperformed GPT3.5 in natural language to bash translation. built with @tam-albert and @richen for treehacks 2024
image-to-image-translation Jan 2024
pytorchmodalflaskmantine
stable diffusion implementation in PyTorch, including VAE, transformer, and diffusion modules. the website is a web visualizer for the model, deployed on serverless infrastructure via Modal Labs
pigeon Jan 2024
redisreactflaskpostgresmantineaws
rag-powered end-to-end email client, built to optimize help email workflows. uses redis vector database to embed documents and aws to receive/send emails. built with the HackMIT dev team
diffusion-image-style Dec 2023
pytorch
for 6.790 [6.867] final project, I explored style classification capabilities in deep cnns and diffusion classifiers. analyzed findings with linear probes and visualized with PCA
AmarBot Dec 2023
C/C++cilk
for 6.106 [6.172] final project, my team (4 members) optimized a bot in playing leiserchess, a variant of chess, using heuristics such as young-siblings wait, bitboards, and caching optimizations
optimizing subgraph counting @ MIT CSAIL Jun 2023
C/C++cilk
devised and implemented new ways to count subgraph isomorphisms in large network graphs, e.g., triangles in Facebook. specifically focused on optimizing matrix multiplication for small subgraphs (<=K4)
processor May 2023
minispec
for 6.191 [6.004] design project, I optimized a processor by implementing heuristics such as data prefetching, branch target buffer, simd instructions, kogge-stone addition, pipelined CLA multiplication, and more
mazed Jan 2023
reactmongodbnodeexpresstailwind
live multiplayer maze tag game
stellar spectra analysis @ MIT Kavli Institute Dec 2022
pandasjupyter
devised a Monte Carlo pipeline for extracting radial velocity and stellar temperature data given raw spectra of M-dwarfs. these stars were being studied specifically for exoplanet habitability, and this pipeline was used in the linked paper to analyze a newly discovered star-exoplanet system
upper bounds on the list color function Nov 2022
algebragraph theory
made progress on an open problem in algebraic graph theory related to the long-run behavior of the list color function, a function that generalizes the classic chromatic polynomial
_andrew.sty Oct 2022
latex
personal latex style file for note taking and homework
polynomial reps of the DP color function Sep 2020
algebragraph theory
proved that the long-run behavior of the DP color function is polynomial for generalized theta graphs, a function that generalizes list coloring, which generalizes the classical graph coloring problem