A Rest API which provides the total number of objects, actual detected class names and a list of optional class names in an image as a JSON response.
I have used YOLOV3-tiny model. Can also use YOLOV3 model
User can give an image as input. Model will detect the objects in the image and gives a JSON response. Response includes count of objects in the image, actual detected object names, and 10 object names which includes the actual detected names also. This suggested class names are taken from the COCO dataset. Each time the suggestions will be shuffled.
