Building a Custom Model
Build custom models in Vision to extract insights from images without needing data scientists.
You need the following before building a custom model:
- A paid tenancy account in Oracle Cloud Infrastructure.
- Familiarity with Oracle Cloud Infrastructure Object Storage.
- The correct policies.
Using the Console, learn how to create a Vision project, and how to train an image classification and object detection model.
Use the create command and required parameters to create a project:
oci ai-vision project create [OPTIONS]
Use the create command and required parameters to create a model:
For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.oci ai-vision model create [OPTIONS]
First, run the CreateProject operation to create a project.
Then run the CreateModel operation to create a model.