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
- Host: GitHub
- URL: https://github.com/zcemycl/community-yolo
- Owner: zcemycl
- License: mit
- Created: 2023-09-30T13:56:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-06T15:21:11.000Z (almost 3 years ago)
- Last Synced: 2025-12-30T05:14:01.978Z (6 months ago)
- Topics: aws, mlops, yolov3
- Language: HCL
- Homepage:
- Size: 91.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`|