Calculate similarity of image sets to organize your visual data

Harnessing advanced algorithms and machine learning, we bring you cutting-edge visual analysis capabilities.

Try the demo
Ellipse image

Oculam Vision Analysis

Feature icon

What can you do with Oculam's Vision API?

1: Organize your visual data
2: Create a visual search engine
3: Create a visual recommendation engine

Feature icon

How the Vision API works?

1: Create an Image Set
2: Upload your image data
3: Wait for Oculam's AI model to process your data
4: Query against your results
5: You can add more data to your Set and query against the new results

Feature icon

What do the results look like?

Our API calculates similarity between images in an image set. Try the Demo


1 2 3 4 5 6 7 8 9 10 11 12 13 14 [ { "imageA": "cat-1.jpg", "imageB": "cat-2.jpg", "similarity": 9, "message": "Very Similar" }, { "imageA": "cat-1.jpg", "imageB": "dog-1.jpg", ... }, ... ]