schema.org.ai

replicate

Run machine learning models in the cloud.

Extends: Technology

Replicate

Run machine learning models in the cloud.

Overview

Category: AI software

Run machine learning models in the cloud.

Related Skills

No related skills listed.

Occupations Using This Technology

No occupations listed.

Usage in Platform

import { $ } from 'sdk.do'

const tech = await $.Technology.create({
  name: 'Replicate',
  category: 'AI software',
  description: 'Run machine learning models in the cloud.',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Replicate",
  "applicationCategory": "AI software",
  "description": "Run machine learning models in the cloud."
}