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

boluobobo
/
ItsNotAI-ai-detector-v1

Image Classification
Transformers
Safetensors
PyTorch
English
Chinese
beit
ai-detection
ai-image-detection
deepfake-detection
fake-image-detection
ai-art-detection
stable-diffusion-detection
midjourney-detection
dall-e-detection
image-forensics
digital-art-verification
vit
computer-vision
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use boluobobo/ItsNotAI-ai-detector-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use boluobobo/ItsNotAI-ai-detector-v1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="boluobobo/ItsNotAI-ai-detector-v1")
    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("boluobobo/ItsNotAI-ai-detector-v1")
    model = AutoModelForImageClassification.from_pretrained("boluobobo/ItsNotAI-ai-detector-v1")
  • Notebooks
  • Google Colab
  • Kaggle
ItsNotAI-ai-detector-v1
1.21 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 32 commits
boluobobo's picture
boluobobo
Remove binary classification, v1 returns source labels only
ee3ead5 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    9.11 kB
    Remove binary classification, v1 returns source labels only 4 months ago
  • app.py
    5.63 kB
    Upload app.py with huggingface_hub 4 months ago
  • binary_head.pt

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    10.2 kB
    xet
    Upload folder using huggingface_hub 4 months ago
  • config.json
    1.82 kB
    Upload folder using huggingface_hub 4 months ago
  • handler.py
    3.76 kB
    Upload handler.py with huggingface_hub 4 months ago
  • model.safetensors
    1.21 GB
    xet
    Upload folder using huggingface_hub 4 months ago
  • preprocessor_config.json
    440 Bytes
    Upload folder using huggingface_hub 4 months ago
  • source_meta.json
    398 Bytes
    Upload folder using huggingface_hub 4 months ago