Skip to content

Off-the-shelf Object Detection API with a model in Tensorflow Hub

License

Notifications You must be signed in to change notification settings

akeyhero/off-the-shelf-object-detector

Repository files navigation

An Off-the-shelf Object Detector

This is an off-the-shelf object detection API built with an off-the-shelf model from Tensorflow Hub.

All you need to run is ...

docker-compose up

To run in production, e.g.,

docker-compose -f docker-compose_production.yml up

To detect objects

curl -XPOST -F file=@path/to/image.jpg localhost:8000/detect

API docs

Visit: localhost:8000/redoc