Spaces:
Build error
Build error
| title: Find Objects | |
| emoji: ๐ | |
| colorFrom: green | |
| colorTo: blue | |
| sdk: gradio | |
| sdk_version: 3.12.0 | |
| app_file: app.py | |
| pinned: false | |
| license: apache-2.0 | |
| Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |
| This app allows the user the use an example photo or upload their own photo, and attempts to recognize any of the following objects in the photo: | |
| 'aeroplane', 'bicycle', 'bird', 'boat', 'bottle', 'bus', 'car', 'cat', 'chair', 'cow', 'diningtable', 'dog', 'horse', 'motorbike', 'person', 'pottedplant', 'sheep', 'sofa', 'train', 'tvmonitor' | |
| The predictions are made by a multi-class pretrained ResNet50 model which was fine-tuned on the PASCAL Visual Object Classes Challenge 2007 dataset: | |
| http://host.robots.ox.ac.uk/pascal/VOC/voc2007/index.html | |