Drop an image here
(png/jpeg)
curl -X POST https://object-detection.now.sh/api/predict \
-H 'content-type: image/jpeg' \
--data-binary "@my_image.jpeg"
You can read more on the dedicated article on ZEIT's blog or in the code available on Github.
Made by @lucleray.