Monkey Detector web service!

The monkey detector is temporarily live as a web service (I’m using the free version of Roboflow for image recognition – to save on server resources – so it will run out at some point)

Try it out! Send an image via curl like so*:

curl -X POST -F "file=@image.jpg" http://detect.devsoft.co.za/vision

For example if your filename is monkey.jpg then it’s “file=@monkey.jpg” You should see True or False as a response in the terminal.

Successful monkeys detected will be displayed on this web page: detect.devsoft.co.za – just re-fresh the page after your POST request.

This service will eventually be part of the Monkey Squirter project.

*please be nice and don’t spam my service, right now the server is pretty overloaded and running low on resources!

Leave a Reply

Your email address will not be published. Required fields are marked *