Object-Detection

Upload an image

Drop an image here

(png/jpeg)

Or choose an example image ()

API Usage

curl -X POST https://object-detection.now.sh/api/predict \
  -H 'content-type: image/jpeg' \
  --data-binary "@my_image.jpeg"

How does it work?

You can read more on the dedicated article on ZEIT's blog or in the code available on Github.

Made by @lucleray.