Hacker News new | ask | show | jobs
by whoami730 696 days ago
Is it possible to use this for image recognition and like? Not sure what can be the usage of this apart from as a chatbot.
2 comments

Image recognition can generally be done very efficiently on a single commodity PC. Even a phone that is a few years olds can do quite a lot. Or a Raspberry PI. So it generally does not need distributed computing solutions. I am talking about models like YOLO, ResNet, MobileNets, etc.
You can use other models like a vision LLM, or use AI agents as well