Sign inSign up

mbartoli/googlenet-api

By mbartoli

Updated over 10 years ago

RESTful API for objection detection using GoogLeNet

Image
1

1.1K

mbartoli/googlenet-api repository overview

GoogLeNet-API

RESTful API for objection detection using GoogLeNet

###Start the server

docker run -p 3000:3001 mbartoli/googlenet-api

###Example usage

curl http:/localhost:3000/detection -d "data=http://xemanhdep.com/gallery/cute_cat1/cute_cat102.jpg" -X PUT
[
    61.8, 
    "tabby, tabby cat", 
    281
]

Tag summary

Content type

Image

Digest

Size

717.7 MB

Last updated

over 10 years ago

docker pull mbartoli/googlenet-api