Instructions to use TalentoTechIA/juanprueba with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TalentoTechIA/juanprueba with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="TalentoTechIA/juanprueba") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("TalentoTechIA/juanprueba") model = AutoModelForImageClassification.from_pretrained("TalentoTechIA/juanprueba") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- a84408c7a84bb374c39ba36493060184a07ea933a69d8b0a1b222e31ef60bed9
- Size of remote file:
- 5.3 kB
- SHA256:
- 43167ae08e44ea675c38504b834bef60086e06d80d814cc159dc0e3c71879686
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.