mbartoli / GoogLeNet-API

RESTful API for objection detection using GoogLeNet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
]

About

RESTful API for objection detection using GoogLeNet

License:MIT License


Languages

Language:Python 83.6%Language:Dockerfile 16.4%