Whats going on at Heathrow Airport
Summary
A personal blog post detailing a project called lhrNet that predicts Heathrow runway states using browser-based ML. The author collects OpenSky ADS-B data, encodes it as a 1-bit image-like grid, trains a small neural network in Python, exports to ONNX, and runs in-browser inference with ONNX Runtime Web. The project combines data processing, ML, and frontend work with no backend involved, and discusses limitations and future improvements.