Introduction
Object detection has significantly evolved from its early days. Early systems struggled with shape differentiation, but modern algorithms like YOLOv8 now pinpoint and track objects with impressive accuracy and speed. YOLOv8 excels in processing live feeds, identifying and classifying objects efficiently. It provides real-time object detection without requiring extensive model training from users. Deploying YOLOv8 on SaladCloud is practical and efficient. SaladCloud’s infrastructure makes YOLOv8 accessible, allowing users to deploy advanced object detection systems without heavy hardware investment. Whether you’re a developer or a business, YOLOv8 on SaladCloud offers a scalable solution.Deployment
To deploy YOLO on Salad, you have several options: Option 1: Use our prebuilt container:- Create your account on portal and set up your organization.
- Under container groups click “Deploy a Container Group“:

- Create a unique name for your Container group
- Click “edit” next to Image source. Under image name paste our open source image link: saladtechnologies/yolov8-api:2.0.0 and click save
- Replica count: Choose the number of replicas you need
- Choose compute resources, including CPU, RAM, and GPU allocation.
- Optional Settings:
- Enable health check probes, external logging, and environment variables as needed.
- For our solution, enable networking under Container Gateway by clicking “Edit,” checking “Enable Container Gateway,” and setting the port to 80.
- Optionally, enable Authentication for an extra layer of security. If enabled, you’ll need to provide your personal token with API calls. Your token can be found here: SaladCloud Portal
- Check “AutoStart container group once image is pulled” and hit “Deploy.”
- Fork our Git repo: SaladTechnologies/yolov8-on-salad
- Make changes to the code. Example: To use your custom model save the model in “inference“ folder:
