Documentation Index
Fetch the complete documentation index at: https://mintlify.com/AprendeIngenia/reciclaje_ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Reciclaje AI model is publicly available on HuggingFace, making it easy to access, download, and integrate into your projects. This page provides guidance on accessing the model and using it in your applications.HuggingFace Repository: AprendeIngenia/recyclingAI
Accessing the Model
Direct Access
You can access the model directly through the HuggingFace platform:HuggingFace Model Page
Visit the official model repository on HuggingFace
- Model weights (
best.pt) - Model card with description and details
- Usage examples and documentation
- Version history and updates
Downloading the Model
Option 1: Direct Download
Download the model weights directly from HuggingFace:Visit the Repository
Option 2: Using HuggingFace Hub
Use the HuggingFace Hub Python library for programmatic access:Option 3: Git Clone
Clone the entire repository using Git LFS:The model file may be large. Ensure you have sufficient disk space and a stable internet connection.
Using the Model
Basic Usage
Once downloaded, use the model with Ultralytics YOLO:Video Stream Processing
For real-time video processing:Model Information
Model Specifications
Architecture
YOLOv8 from Ultralytics
Classes
5 waste categories
Format
PyTorch (.pt)
Task
Object Detection
Detection Classes
The model detects these waste categories:| Class ID | Name | Description |
|---|---|---|
| 0 | Metal | Metal cans, containers, and metallic waste |
| 1 | Glass | Glass bottles, jars, and glass materials |
| 2 | Plastic | Plastic bottles, containers, and packaging |
| 3 | Carton | Cardboard boxes and paper cartons |
| 4 | Medical | Medical waste and healthcare items |
Requirements
Python Dependencies
Ensure you have the required packages installed:Full Requirements
Full Requirements
System Requirements
- Python: 3.8 or higher
- RAM: Minimum 4GB (8GB+ recommended)
- GPU: Optional but recommended for faster inference
- Disk Space: ~100MB for model weights
Performance Tips
GPU Acceleration
For faster inference, use a CUDA-compatible GPU:Batch Processing
Process multiple images efficiently:Licensing and Attribution
Attribution
When using this model, please provide appropriate attribution:Support and Community
For questions, issues, or contributions:- HuggingFace Discussions: Use the discussions tab on the model page
- GitHub: Check the source repository for code and issues
- YouTube: AprendeIngenia Channel for tutorials
Next Steps
Quick Start
Get started with Reciclaje AI
Model Overview
Learn about model architecture
Limitations
Understand model limitations
Training Data
Learn about the training dataset