Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 411 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 411 Bytes

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