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

davidfertube
/
hse-compliance-inspector

Image Classification
Transformers
vision-language
hse-compliance
safety-inspection
qwen2-vl
industrial-ai
computer-vision
Model card Files Files and versions
xet
Community

Instructions to use davidfertube/hse-compliance-inspector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use davidfertube/hse-compliance-inspector with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="davidfertube/hse-compliance-inspector")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("davidfertube/hse-compliance-inspector", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
hse-compliance-inspector
3.72 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
David Fernandez
Update cross-references to new names
b5f7607 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    2.2 kB
    Update cross-references to new names 4 months ago