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)
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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "source_names": [ | |
| "COCO", | |
| "DALLE3", | |
| "FLUX", | |
| "Midjourney", | |
| "Real", | |
| "SD21", | |
| "SD3", | |
| "SDXL" | |
| ], | |
| "source_is_real": { | |
| "SDXL": false, | |
| "Midjourney": false, | |
| "FLUX": false, | |
| "SD3": false, | |
| "COCO": true, | |
| "DALLE3": false, | |
| "Real": false, | |
| "SD21": false | |
| }, | |
| "num_labels": 8, | |
| "multiclass": true, | |
| "dual_head": true, | |
| "hidden_size": 1024 | |
| } |