Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

infinite000
/
roadwork_detection

Image Classification
Transformers
Safetensors
vit
vision
roadwork-detection
bittensor
natix-subnet
Model card Files Files and versions
xet
Community

Instructions to use infinite000/roadwork_detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use infinite000/roadwork_detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="infinite000/roadwork_detection")
    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("infinite000/roadwork_detection")
    model = AutoModelForImageClassification.from_pretrained("infinite000/roadwork_detection")
  • Notebooks
  • Google Colab
  • Kaggle
roadwork_detection
343 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 46 commits
infinite000's picture
infinite000
Upload README.md with huggingface_hub
de78e43 verified 3 months ago
  • .gitattributes
    54 Bytes
    Upload checkpoint-1035 with 0.9414 accuracy 3 months ago
  • README.md
    1.27 kB
    Upload README.md with huggingface_hub 3 months ago
  • config.json
    759 Bytes
    Upload folder using huggingface_hub 3 months ago
  • model.safetensors
    343 MB
    xet
    Upload model.safetensors with huggingface_hub 3 months ago
  • model_card.json
    749 Bytes
    Upload model_card.json with huggingface_hub 3 months ago
  • preprocessor_config.json
    347 Bytes
    Upload preprocessor_config.json with huggingface_hub 3 months ago