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
flux-detection
image-forensics
digital-art-verification
vit
computer-vision
dual-head
Eval Results (legacy)
Instructions to use boluobobo/ItsNotAI-ai-detector-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use boluobobo/ItsNotAI-ai-detector-v2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="boluobobo/ItsNotAI-ai-detector-v2") 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-v2") model = AutoModelForImageClassification.from_pretrained("boluobobo/ItsNotAI-ai-detector-v2") - Notebooks
- Google Colab
- Kaggle
Ctrl+K