Skip to content

Commit

Permalink
Fix deploy-ml alias (#3609)
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Oct 21, 2024
1 parent 717c1d7 commit 0d49ad7
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 13 deletions.
24 changes: 11 additions & 13 deletions docs/how-tos/train-deploy-ml.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,24 @@ tags: ["vision", "data", "services"]
images: ["/services/ml/train.svg"]
description: "Use your image data to train a model, so your machines can make inferences about their environments."
aliases:
- /use-cases/deploy-ml/
- /manage/ml/train-model/
- /ml/train-model/
- /services/ml/train-model/
- "/tutorials/data-management-tutorial/"
- "/tutorials/data-management/"
- "/data-management/data-management-tutorial/"
- "/tutorials/services/data-management-tutorial/"
- /tutorials/services/data-mlmodel-tutorial/
- /tutorials/projects/filtered-camera/
- /how-tos/deploy-ml/
- /use-cases/deploy-ml/
- /manage/ml/train-model/
- /ml/train-model/
- /services/ml/train-model/
- /tutorials/data-management-tutorial/
- /tutorials/data-management/
- /data-management/data-management-tutorial/
- /tutorials/services/data-management-tutorial/
- /tutorials/services/data-mlmodel-tutorial/
- /tutorials/projects/filtered-camera/
- /how-tos/deploy-ml/
languages: []
viamresources: ["data_manager", "mlmodel", "vision"]
platformarea: ["ml"]
emailform: true
level: "Beginner"
date: "2024-06-21"
# updated: "" # When the tutorial was last entirely checked
aliases:
- "/how-tos/deply-ml/"
cost: "0"
---

Expand Down
150 changes: 150 additions & 0 deletions docs/out.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,150 @@
/Users/naomi/coding/viam-docs/docs
├── CNAME
├── _index.md
├── appendix
| ├── _index.md
| ├── apis
| ├── changelog.md
| ├── contributing.md
| ├── glossary
| ├── learning-resources.md
| ├── troubleshooting.md
| └── try-viam
├── architecture
| ├── _index.md
| ├── machine-to-machine-comms.md
| ├── parts.md
| ├── rdk.md
| └── viam-micro-server.md
├── billing.md
├── cli.md
├── cloud
| ├── _index.md
| ├── account.md
| ├── locations.md
| ├── machines.md
| ├── organizations.md
| └── rbac.md
├── components
| ├── _index.md
| ├── arm
| ├── base
| ├── board
| ├── camera
| ├── component
| ├── encoder
| ├── gantry
| ├── generic
| ├── gripper
| ├── input-controller
| ├── motor
| ├── movement-sensor
| ├── power-sensor
| ├── sensor
| └── servo
├── configure
| ├── _index.md
| ├── agent.md
| ├── processes.md
| └── triggers.md
├── css
| └── overrides.css
├── favicon.ico
├── fleet
| ├── _index.md
| ├── control.md
| ├── data-management.md
| ├── dataset.md
| ├── fragments.md
| └── provision.md
├── get-started.md
├── how-tos
| ├── _index.md
| ├── collect-data.md
| ├── collect-sensor-data.md
| ├── configure.md
| ├── control-motor.md
| ├── create-custom-training-scripts.md
| ├── create-module.md
| ├── deploy-packages.md
| ├── detect-color.md
| ├── detect-people.md
| ├── develop-app.md
| ├── drive-rover.md
| ├── export-data.md
| ├── image-data.md
| ├── manage-fleet.md
| ├── manage-modules.md
| ├── navigate.md
| ├── one-to-many.md
| ├── performance-metrics.md
| ├── provision-setup.md
| ├── provision.md
| ├── sensor-data-query-with-third-party-tools.md
| ├── sensor-data-visualize.md
| ├── sensor-module.md
| ├── train-deploy-ml.md
| ├── trigger-sync.md
| ├── upload-data.md
| └── upload-module.md
├── installation
| ├── _index.md
| ├── manage-viam-agent.md
| ├── manage-viam-server.md
| ├── prepare
| ├── viam-micro-server-dev.md
| ├── viam-micro-server-setup.md
| └── viam-server-setup.md
├── internals
| ├── _index.md
| ├── controls-package.md
| ├── kinematic-chain-config.md
| ├── local-configuration-file.md
| ├── operations.md
| ├── orientation-vector.md
| ├── robot-to-cloud-comms.md
| └── slam-background.md
├── javascript
| └── simple_auth.js
├── platform.md
├── registry
| ├── _index.md
| ├── advanced
| ├── examples
| ├── ml-models.md
| ├── modular-resources.md
| └── training-scripts.md
├── sdks
| ├── _index.md
| ├── connectivity.md
| ├── cpp.md
| ├── flutter.md
| ├── go.md
| ├── python
| ├── typescript.md
| └── use-extra-params.md
├── search
| └── _index.md
├── services
| ├── _index.md
| ├── base-rc
| ├── data
| ├── frame-system
| ├── generic
| ├── ml
| ├── motion
| ├── navigation
| ├── slam
| └── vision
└── tutorials
├── _index.md
├── configure
├── control
├── custom
├── get-started
├── projects
├── services
└── template.md

directory: 53 file: 93

0 comments on commit 0d49ad7

Please sign in to comment.