Instructions to use Ateeqq/ai-vs-human-image-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Ateeqq/ai-vs-human-image-detector with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Ateeqq/ai-vs-human-image-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("Ateeqq/ai-vs-human-image-detector") model = AutoModelForImageClassification.from_pretrained("Ateeqq/ai-vs-human-image-detector") - Inference
- Notebooks
- Google Colab
- Kaggle
Model is not accurate
👍 5
3
#1 opened 12 months ago
by
duyntnet