Instructions to use cidrovo/ETIQUETA_TAPA_MANGA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use cidrovo/ETIQUETA_TAPA_MANGA with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("cidrovo/ETIQUETA_TAPA_MANGA") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Detector de Etiquetas y Mangas
Clases detectadas
- Etiqueta
- Manga
Uso con Python
from ultralytics import YOLO
model = YOLO('cidrovo/ETIQUETA_TAPA_MANGA/best.pt')
results = model('tu_imagen.jpg')
results[0].show()
Instalacion
pip install ultralytics
API en n8n
curl -X POST https://api-inference.huggingface.co/models/cidrovo/ETIQUETA_TAPA_MANGA \
-H 'Authorization: Bearer TU_TOKEN' \
-F 'file=@imagen.jpg'
- Downloads last month
- 7