Cacheless Browser
What do you think?
What do you think?
While still an early version, we are already thrilled by the sites that come out of LandHive AI. And we have a lot of ideas to come. Our business model is less of a WIX, SquareSpace competitor but actual enterprise customers who are in need of generating tens and hundreds of sites each year - for example for campaigns, events/conferences, info sites, product experience pages, etc.
You can try it yourself today using the prompt form on the website.
I’d like to build a art/painting detector - think of it as a AI guide for museums. You simply point your phone camera to the art piece and additional info pops up (like audio/text etc) - in a browser webapp which is accessible through a QR code at the entrance.
The object detection algorithm should not only recognize “painting” but also the actual specific painting. As I understand, I need to train a model with the paintings data. I could not find a solution which works browser only and is actually straight forward to use (something like ml5).
I was also looking for image hashing algorithms but hashing the paintings “original” picture and the camera feed (with specific angle/lights/shadow) did not really work out well.
Any recommendations?