Instructions to use prithivMLmods/Traffic-Density-Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prithivMLmods/Traffic-Density-Classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="prithivMLmods/Traffic-Density-Classification") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoProcessor, AutoModelForImageClassification processor = AutoProcessor.from_pretrained("prithivMLmods/Traffic-Density-Classification") model = AutoModelForImageClassification.from_pretrained("prithivMLmods/Traffic-Density-Classification") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
e5f4c06 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:53216e07ec9d94910fff983c20e9ffee851190a86e9c329b3a389a4afbb7b148
size 686568058
|