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

Duplicated from  Ateeqq/ai-vs-human-image-detector

Neo111x
/
gpt_gen_img_detector

Image Classification
Transformers
Safetensors
siglip
art
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Neo111x/gpt_gen_img_detector with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Neo111x/gpt_gen_img_detector")
    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("Neo111x/gpt_gen_img_detector")
    model = AutoModelForImageClassification.from_pretrained("Neo111x/gpt_gen_img_detector")
  • Notebooks
  • Google Colab
  • Kaggle
gpt_gen_img_detector
372 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
Neo111x's picture
Neo111x
Ateeqq's picture
Ateeqq
Duplicate from Ateeqq/ai-vs-human-image-detector
82708f6 16 days ago
  • .gitattributes
    1.52 kB
    Duplicate from Ateeqq/ai-vs-human-image-detector 16 days ago
  • README.md
    3.95 kB
    Duplicate from Ateeqq/ai-vs-human-image-detector 16 days ago
  • config.json
    1.15 kB
    Duplicate from Ateeqq/ai-vs-human-image-detector 16 days ago
  • model.safetensors
    372 MB
    xet
    Duplicate from Ateeqq/ai-vs-human-image-detector 16 days ago
  • preprocessor_config.json
    418 Bytes
    Duplicate from Ateeqq/ai-vs-human-image-detector 16 days ago
  • results.jpg
    23.4 kB
    Duplicate from Ateeqq/ai-vs-human-image-detector 16 days ago
  • trainer_state.json
    25.3 kB
    Duplicate from Ateeqq/ai-vs-human-image-detector 16 days ago