Downloads · 30 days
0
fique5/watermeter
watermeter is a machine learning model from fique5. Use it for the machine learning task on the model card, and read the license before you ship it in a product.
A simple browser-based water meter reading demo using ONNX Runtime Web and a YOLOv8 ONNX model.
Downloads · 30 days
0
Access
Public
Updated Jul 29, 2026
Repo size
18.5 MB
Likes
0
Public
Click a slice to open those files.
.onnx24.5 MB · 80%
From the Hugging Face model README
A simple browser-based water meter reading demo using ONNX Runtime Web and a YOLOv8 ONNX model.
index.html — UI and page structurestyle.css — app stylingscript.js — model loading, image preprocessing, inference, drawing, and reading extractionlabels.json — model class labels referencebest.onnx — your YOLOv8 ONNX model file (must be added separately)best.onnx model in the same folder as index.html.No Python server is required for the repository structure below.
[x, y, w, h, obj, class01, class02, ...].best.onnx is missing, the model load will fail.This project is ready to deploy as a static Space. Upload the repository including best.onnx to the Space root.
If you want to use a remote model URL instead, update MODEL_PATH in script.js.