Compare Performance Across Model Versions
Evaluate and compare how different model versions trained on Ocular perform against your indexed or uploaded data. Test multiple model iterations simultaneously to identify the best performing version for your specific use case.
Playground
YOLO_V11nano
Road
10%
Add Model
Ocular SDK
Engineered for ambitious AI projects
PY
ocular-sdk.py
1from ocular import Ocular
2
3# Initialize the SDK with your API key
4ocular = Ocular(api_key="api_key")
5
6# Access a workspace
7workspace = ocular.workspace("workspaceID")
8
9# Get a project from the workspace
10project = workspace.project("projectID")
11
12# Get a version from the project
13version = project.version("versionID")
14
15# Get an export from the version
16export = version.export("exportID")
17
18# Download the export dataset
19dataset_path = export.download()
20
Integrations
Integrate with your tech stack

Ocular integrates with your existing tech stack and multiple integrations that slot seamlessly into your workflows and pipelines.

Even when you connect to external data sources, all data stays on your existing infrastructure and data sources.

AWS
GCP
Azure
Slack
Security
Enterprise-grade security

Enterprise-grade and battle-tested security measures and protocols to protect your data.

All our systems are built with security in mind and are constantly monitored and audited.

SOC
SOC2
Ready to transform your unstructured data into AI?
Loading...