From bda2b3c4b330bccc084acc2179de2100b8e4216f Mon Sep 17 00:00:00 2001 From: Julien Vanier Date: Mon, 4 Nov 2024 22:47:12 -0500 Subject: [PATCH] Add yolo model for the filter UI --- blueprint.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blueprint.yaml b/blueprint.yaml index ed7f138..49d4e76 100644 --- a/blueprint.yaml +++ b/blueprint.yaml @@ -1,11 +1,11 @@ id: edge-impulse/running-faucet-detection category: solution icon: edgeimpulse.png -gitrepo: https://github.com/particle-iot/blueprint-hello-world +gitrepo: https://github.com/particle-iot/blueprint-running-faucet-detection name: "Running Faucet Detection" shortDescription: Reference solution for detecting if a faucet is running version: 1.0.0 -models: [] +models: ["YoloV8"] language: [ "Particle Wiring" ] cloudServices: [] integrations: [ "edge-impulse" ]