Spaces:
Sleeping
Sleeping
File size: 691 Bytes
cfb049a cec5894 cfb049a 053ac3b cfb049a cec5894 cfb049a cec5894 053ac3b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
---
title: Trash Object Detection Demo ๐ฎ
emoji: ๐๏ธ
colorFrom: purple
colorTo: blue
sdk: gradio
sdk_version: 5.43.1
app_file: app.py
license: mit
---
# ๐ฎ Trash Object Detector
Object detection demo to detect `trash`, `bin`, `hand`, `trash_arm`, `not_trash`, `not_bin`, `not_hand`.
Used as example to encourage people to clean up their local area.
If `trash`, `hand`, `bin` all dected = +1 point.
## Dataset
The model is trained on a custom dataset, hand-labelled of people picking up trash and placing it in a bin.
The dataset is found in Hugging Face as [`mrdbourke/trashify_manual_labelled_images`](https://huggingface.co/datasets/mrdbourke/trashify_manual_labelled_images). |