No expertise required to train, deploy and integrate custom models in minutes
We take care of the complexities of AI development, so you can focus on what truly matters.
Bring your own data or use our available datasets.
You can easily annotate your data with an intuitive, user-friendly interface.
Choose from pre-trained models or train your own in just one step. No need to worry anymore about infrastructure—compute power is fully provided.
Seamlessly integrate with SDKs, APIs.
In just one step, you can integrate your model into your application.
Focus on your core needs while we manage the technical aspects.
Embed AI into your solutions with just a few lines of code. Our APIs and SDKs are designed to save developers time and effort, allowing them to focus on building solutions that drive your business forward.
const owner = 'some string';
const model = 'some string';
const result = await axios.post(
`https://dibby.ai/api/models/image_classifiers/${owner}/${model}/infer`,
{
"version": "clip-zs",
"image": "https://dibby.ai/image.jpg"
}
);