Hacker News new | ask | show | jobs
by varunneal 399 days ago
I believe this is from 2019 or 2020. Any LLM e.g. Gemini could one shot any problem here, I believe.
2 comments

It's useful for teaching kids about machine learning. Actually, IMO it's the only tool for doing so that isn't complete garbage. Everything else in the space is terrible.
I have used it for just this purpose with kids as early as fourth grade with a lot of success, actually!
To be clear, Teachable Machine is great. It's everything else that is awful.
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.