Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCS-1700: Update registry page #2591

Merged
merged 6 commits into from
Feb 29, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 18 additions & 4 deletions docs/registry/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,24 @@ menuindent: true

The [Viam registry](https://app.viam.com/registry) is the central place where you can browse:

- [ML models](/ml/) to deploy with machine applications like [computer vision](/ml/vision/)
- {{< glossary_tooltip term_id="modular-resource" text="modular resources" >}} that add capabilities to your machine beyond what is built-in to `viam-server`
{{< cards >}}
{{% manualcard link="#ml-models" %}}

#### ML models

ML models to deploy with machine applications like computer vision.
npentrel marked this conversation as resolved.
Show resolved Hide resolved
npentrel marked this conversation as resolved.
Show resolved Hide resolved

{{% /manualcard %}}
{{% manualcard link="#modular-resources" %}}

#### Modular resources

{{< glossary_tooltip term_id="modular-resource" text="modular resources" >}} that add capabilities to your machine beyond what is built-in to `viam-server`.
npentrel marked this conversation as resolved.
Show resolved Hide resolved
npentrel marked this conversation as resolved.
Show resolved Hide resolved

{{% /manualcard %}}
{{< /cards >}}

### ML models
## ML models

Viam provides the ability to train, upload, and deploy machine learning models within the platform.
See [Machine Learning](/ml/) for more information.
Expand Down Expand Up @@ -62,7 +76,7 @@ You can search the available ML models from the Viam registry here:

To use an existing model from the registry, [deploy the ML model to your robot](/ml/deploy//#create-an-ml-model-service) and use a [Vision service](/ml/vision/) to make detections or classifications on-machine.

### Modular resources
## Modular resources

Viam provides built-in support for a variety of {{< glossary_tooltip term_id="resource" text="resources" >}}:

Expand Down
Loading