Instructions to use softdev629/ee72539p with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use softdev629/ee72539p with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="softdev629/ee72539p") 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("softdev629/ee72539p") model = AutoModelForImageClassification.from_pretrained("softdev629/ee72539p") - Notebooks
- Google Colab
- Kaggle
| { | |
| "model_name": "roadwork-snapshot-ee72539p", | |
| "description": "Snapshot model from natix-network-org/roadwork", | |
| "version": "1.0.0", | |
| "submitted_by": "5CqND8dBX5qb9CqRWYv54HFPfFUzfitnAemRJuEQSdUG3v1d", | |
| "submission_time": 1748992910 | |
| } |