File size: 921 Bytes
81a03c8 3c8962b 81a03c8 3c8962b 81a03c8 3c8962b 81a03c8 3c8962b 08283ff 3c8962b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
title: Trashify Demo V4 ๐ฎ
emoji: ๐๏ธ
colorFrom: purple
colorTo: blue
sdk: gradio
sdk_version: 5.34.0
app_file: app.py
pinned: false
license: apache-2.0
---
# ๐ฎ Trashify Object Detector V4
Object detection demo to detect `trash`, `bin`, `hand`, `trash_arm`, `not_trash`, `not_bin`, `not_hand`.
Used as example for encouraging people to cleanup their local area.
If `trash`, `hand`, `bin` all detected = +1 point.
## Dataset
All Trashify models are trained on a custom hand-labelled dataset of people picking up trash and placing it in a bin.
The dataset can be found on Hugging Face as [`mrdbourke/trashify_manual_labelled_images`](https://huggingface.co/datasets/HimanshuGoyal2004/trashify_manual_labelled_images).
## Learn more
See the full end-to-end code of how this demo was built at [learnhuggingface.com](https://www.learnhuggingface.com/notebooks/hugging_face_object_detection_tutorial).
|