I believe this is from 2019 or 2020. Any LLM e.g. Gemini could one shot any problem here, I believe.
pzo · 56m ago
correct, youtube video shows it was uploaded 5 years ago - doubt it is relevant today even if someone don't want to use VLM for those tasks. Google dropped ball on tensorflow lite and their rebrand to LiteRT is still WIP.
Probably safer bet is to use onnxruntime or executorch if someone needs to deploy on edge devices today. At least for onnx, community is huge on hugging face and plenty of modern SOTA models already in transformers and transformers.js.
woah · 3h ago
Could this be used to determine whether or not a food item is a hot dog?
eitally · 2h ago
Or differentiate between a chihuahua and a muffin?
Curious if you did make something can you export it into some format and use it in like an RPi somehow (provided the inference power isn't crazy). I have used a Pico Voice model before for example set it up on a computer, brought it into a Pi and used it there with a mic.
Edit: I do see languages in there like NodeJS so yeah must be
Probably safer bet is to use onnxruntime or executorch if someone needs to deploy on edge devices today. At least for onnx, community is huge on hugging face and plenty of modern SOTA models already in transformers and transformers.js.
https://www.freecodecamp.org/news/chihuahua-or-muffin-my-sea...
Edit: I do see languages in there like NodeJS so yeah must be
"export your model" TF.js ahh yeah nice