| Hannes | |
|
We're working on a mobile marketplace and want to let users take a photo of something they see in real life and find visually similar items in our catalog. The regular text search is already working, but it doesn't help much when someone doesn't know the product name or how to describe what they're looking at. Building image matching and all the mobile integration around it from scratch seems like a lot of work for one feature. What are developers using to add visual search directly to an iOS or Android app without building the whole recognition pipeline themselves?
Posted 56 mins ago
Kool
|
|
| Alexis | |
|
The catalog needs some cleanup before you connect any image recognition. Each product should have clear photos, while duplicate listings and discontinued variants should be removed from the search index. Keep category, color, material, and style attached to every item so those details can narrow the visual matches. Even a strong recognition model will return confusing results when the catalog contains several copies of the same product or poorly labeled images.
Posted 52 mins ago
Kool
|
|
| Willy | |
|
The recognition layer is only half the work. The app also has to capture or select a photo, upload it, handle a failed request, and show the results consistently on iOS and Android. For that mobile side, test the Visual Search Mobile SDK here: https://v-modal.com/page/home_landing_dev.ts . Connect it to a limited part of the catalog and run the same photos through both apps. That will show whether the SDK fits your existing search flow before you build the final interface around it.
Posted 48 mins ago
Kool
|
|