An open API service indexing awesome lists of open source software.

https://github.com/zcemycl/community-yolo

MLOps on Yolo Deployment
https://github.com/zcemycl/community-yolo

aws mlops yolov3

Last synced: 27 days ago
JSON representation

MLOps on Yolo Deployment

Awesome Lists containing this project

README

          

# Community You Only Look Once

## Infrastructure Setup
```bash
cd architecture/envs/prod
terraform init
terraform apply -auto-approve
```

## Installation
|Scenario|Command|
|---|---|
|MacOS Dev|`poetry install`|
|MacOS Deploy|`poetry install --without dev`|