Skip to content

A demo app on Kubernetes to serve the Tensorflow object detection model.

License

Notifications You must be signed in to change notification settings

nserrino/kubernetes-object-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kubernetes-object-detection

A demo app on Kubernetes to run the Tensorflow object detection API.

Instructions

Create the server:

kubectl apply -f model-server/model-server.yaml

Forward the port:

kubectl port-forward service/model-server 8501:8501

Run some load:

cd model-client
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python client.py

About

A demo app on Kubernetes to serve the Tensorflow object detection model.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published