Show HN: Tiny ONNX Runtime Web Worker Starter
Category: library
Tags: onnx, web-worker, machine-learning
Score: 5.3/10 (Innovation: 4, Technical: 5, Documentation: 6, Utility: 6)
This project provides a reusable starter template for running ONNX Runtime Web inside a Web Worker, freeing the UI thread during model inference. It's interesting as a practical solution to a common issue with browser-side AI inference on mobile devices, offering clear patterns and examples for both React and plain JavaScript.
Target audience: web developers, frontend devs, AI/ML engineers
Repository: https://github.com/makan0713/onnx-web-worker-starter · JavaScript · MIT · 1 stars
View on Hacker News