Work
All projects
click to add · drag to move
Barnes-Hut N-Body Simulation
A C++ gravitational simulation that evolves from a brute-force O(N²) baseline into a Barnes-Hut algorithm with OpenMP parallelization and Morton ordering - real-time with up to ~150,000 bodies.
SIMD Optimized N-Body Simulation
A C++ brute-force N-body simulation pushed to a ~400x speedup with compiler optimizations, OpenMP multithreading, and hand-tuned AVX2 SIMD intrinsics.
draw something
loading model…
What Are You Drawing?
A ResNet50 model trained on Google's QuickDraw dataset guesses your sketches in real time - inference runs entirely in the browser with ONNX Runtime.
click a country
WorldBank Data Visualizer
A desktop app that visualizes World Bank economic indicators - GDP, population, inflation, exports, and health metrics - with JFreeChart charts and automatic country detection via IP geolocation.