RDaCiCC
Collection
Models and APIs related to the classification of recycling. 2024-2025 Florida Junior Academy of Sciences winner, Enviornmental Sciences. • 4 items • Updated
How to use sharktide/waste-detection with ultralytics:
# Couldn't find a valid YOLO version tag.
# Replace XX with the correct version.
from ultralytics import YOLOvXX
model = YOLOvXX.from_pretrained("sharktide/waste-detection")
source = 'http://images.cocodataset.org/val2017/000000039769.jpg'
model.predict(source=source, save=True)Automated detection of recyclable materials with yolov8 and ultralytics
Base model
Ultralytics/YOLOv8