Projects
Side projects, tools, and experiments.
RunScan
web appTake a photo of your treadmill screen and it logs the run to Strava. AI reads pace, distance, and time off the display. No manual entry.
runscan.ibapps.netebdataset
PyPIPython API for loading event-based neuromorphic datasets. Covers 7 datasets including IBM DVS Gestures, N-MNIST, and NCaltech101, with sparse NumPy and dense PyTorch representations.
pypi.org/project/ebdataset/
Notes
web appNote-taking app with no backend. Everything is stored in the URL itself, compressed. Share a note by sharing the link.
notes.ibapps.net
WordChain
web appA word puzzle game where each move connects words one letter at a time. Simple rules, satisfying chains.
wordchain.ibapps.net
Sound Meter
web appAmbient sound analyzer that runs in the browser. Measures decibel levels and shows frequency content in real time, straight from the microphone. Nothing is installed, nothing is sent anywhere.
sound.ibapps.netdirlog
GitHubPython utility for ML experiment logging. Run it once and it creates a timestamped directory for the experiment, then saves configs, results, and logs with a minimal API.
github.com/tihbe/dirlog