Featured open source projects

Fast Kalman filters in Python leveraging single-instruction multiple-data vectorization. That is, running n similar Kalman filters on n independent series of observations.

Automatically synchronize SRT subtitles with audio using AI & Machine Learning. Automatic speed and shift correction, typical synchronization accuracy ~0.15 seconds. Available as a Python package.

How anonymous is the Apple/Google BLE contract tracing system (GAEN/ENS)? A proof-of-concept BLE sniffing attack against the system.

A real time ray-traced simulation of a Schwarzschild black hole using THREE.js. The contributions of various special and general relativistic effects can be toggled from the GUI.

Real-time visual-inertial SLAM system with excellent performance in academic benchmarks and custom vehicular data. Developed at Spectacular AI and Published in WACV '22.

Run a GPU-powered bidirectional raytracer in the browser and experiment with different scenes and rendering options. GPGPU now possible without spending hours installing CUDA!

JavaScript 2D car dynamics simulation. The physics model is as simple as possible: Frictional forces are applied to two points: the center of the front and rear axle.

An interactive visualization of the Open Tree of Life using d3.js. The entire tree with approximately 2.3 million identified species as leaf nodes is browsable through the application.

Archive of ad hoc algorithmic solutions to physical puzzle games. Mostly throwaway-quality code, some of which only runs with Python 2.

Can you spot the difference between the C random number generator and Mersenne Twister?