/objectDetectAPI_Imagenet

REST API to take in an image and return objects present with % predictions

Primary LanguagePython

objectDetectAPI_Imagenet

This is a python REST API which uses imagenet from inception_v3 model

You can install the packages with: pip install -r requirements

And run using: flask run

You can later access localhost:5000/upload and upload an image to get results back.