Clarifai Guide
Clarifai Home
v6.3
v6.3
  • Introduction
  • Getting Started
    • Quick Start
    • Applications
      • Create an Application
      • Base Workflows
      • Application Settings
      • Collaboration
    • Authentication
      • App-Specific API Keys
      • Personal Access Tokens
      • Scopes
      • Authorize
    • Glossary
  • API Guide
    • API overview
      • API Clients
      • API Technical References
      • Status Codes
      • Pagination
      • Patching
    • Inputs
      • Create, Get, Update, Delete
      • Supported Formats
    • Concepts
      • Create, Get, Update
      • Languages
      • Search by Concept
      • Knowledge Graph
    • Annotations
      • Annotations
      • Positive and Negative Annotations
    • Model
      • Clarifai Models
      • Create, Get, Update, Delete
      • Deep Training
      • Evaluate
        • Interpreting Evaluations
    • Workflows
      • Create, Get, Update, Delete
      • Input Nodes
      • Workflow Predict
    • Predict
      • Images
      • Video
      • Prediction Parameters
      • Multilingual Classification
    • Search
      • Index Images for Search
      • Rank
      • Filter
      • Combine or Negate
      • Saved Searches
    • Walkthroughs
      • Custom Models
      • Auto Annotation
  • Portal Guide
    • Portal Overview
    • Inputs
    • Concepts
      • Create, Get, Update, Delete
      • Knowledge Graph
      • Languages
    • Annotate
      • Positive and Negative Annotations
    • Model
      • Clarifai Models
      • Deep Training
      • Evaluate
        • Interpreting Evaluations
    • Workflows
      • Input Nodes
    • Predict
    • Search
      • Rank
      • Filter
      • Combine or Negate
      • Saved Searches
    • Walkthroughs
      • Custom Models
      • Auto Annotation
  • Product Updates
    • Upcoming API Changes
    • Changelog
Powered by GitBook
On this page

Was this helpful?

  1. Portal Guide
  2. Walkthroughs

Custom Models

PreviousWalkthroughsNextAuto Annotation

Last updated 4 years ago

Was this helpful?

To set up a new model, you will need to head over to the through your account. Start by creating your new application.

Click "View in Explorer", or click the "eye" icon in the lefthand sidebar.

Add your inputs. Just click "browse your files" or paste image URLs in the space provided.

Click on an image. You can create new concepts and label your images in the right hand sidebar.

Navigate to Model Mode and select your model. Click on the "four squares" icon on the lefthand sidebar.

Click "Create Custom Model" to choose a model template. You can filter your results by:

  • Model Type You can choose "Trainable" (machine learning), or "Non-Trainable" (fixed-function) models.

  • Input Inputs currently accept Embeddings, Concepts, Image, Image or Video, Region Images, or Region Concepts.

  • Output Outputs currently return Clusters, Color, Concepts, Embeddings, Region Embeddings, Region Concepts, Region Images, or Region Text.

For this example we choose a context-based classifier that can use a pre-trained Clarifai Model. From here we name the model, and add concepts that we have created. The available parameters vary based on the type of model that you choose. When you have configured the model the way you like it, click the "Create Model" button at the bottom of the page.

Finally, click the blue "Train Model" button in the upper righthand corner of the screen. Once it is trained you can put it to work by .

adding it to your workflows
Applications page