Skip to content

PalTAJ/Yolov8-VertexAI-deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Yolov8-VertexAI-deployment

This repo will include the code nessecary to deploy Yolov8 model on Google Cloud Vertex AI Endpoints (online prediction).

Article: Here

Helping commands (avaiable in article): To build the image run the following command on the terminal on workbench:

docker build -t gcr.io/{PROJECT ID}/{IMAGE NAME} .

after the build is done, we need to push the image to Container Registry using this command:

docker push gcr.io/{PROJECT ID}/{IMAGE NAME}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published