MDMartin Delophyinmartindelophy.hashnode.dev·5d ago · 5 min readTurning a README into a Playable Game CatalogGitHub: awesome-gpt-6-astra Live gallery: Astra Games Building a game with AI leaves another problem to solve: helping people find it, try it, and understand how it was made. I maintain Awesome GPT-6 00
MDMartin Delophyinmartindelophy.hashnode.dev·6d ago · 7 min readBuilding a Timeline API for AI Agents: Markers, Semantic Diffs, and MCPA request to add timeline markers sounds like a small UI feature: draw a flag, attach a label, and let the user drag it. In Timeline Studio, a local-first browser video editor built with React and Vit00
MDMartin Delophyinmartindelophy.hashnode.dev·Aug 4 · 10 min readWhy Browser-Based Multilingual TTS Kept Freezing at 86% — and How We Fixed ItRunning text-to-speech entirely in the browser sounds straightforward: download an ONNX model, create an inference session, and synthesize audio without sending user text or media to a server. In prod00
MDMartin Delophyinmartindelophy.hashnode.dev·Aug 3 · 10 min readHow I Built Semantic Optical Flow Tracking Entirely in the BrowserProject links GitHub: https://github.com/MartinDelophy/ai-video-editor Live demo: https://video-editor.ai-creator.top/ Timeline Studio is a local-first AI video editor that runs in the browser. This a00
MDMartin Delophyinmartindelophy.hashnode.dev·Jul 29 · 8 min readBuilding Stable Video Portrait Outlines in the Browser with MODNet, SlimSAM, MediaPipe, and Optical FlowA portrait outline effect looks simple: find a person and draw a line around them. In real video, however, the problem quickly expands into subject identity, fine matting, temporal stability, occlusio00