Instructions to use haywoodsloan/ai-image-detector-deploy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use haywoodsloan/ai-image-detector-deploy with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="haywoodsloan/ai-image-detector-deploy") 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("haywoodsloan/ai-image-detector-deploy") model = AutoModelForImageClassification.from_pretrained("haywoodsloan/ai-image-detector-deploy") - Inference
- Notebooks
- Google Colab
- Kaggle
Request for Information on Training Dataset and Source Models
#4 opened 11 months ago
by
pmgir
License Details
#3 opened 12 months ago
by
hsteele-shift
What dataset was the model trained on?
#2 opened about 1 year ago
by
Aviselvakumar1
Why this model is not capable of identify such images
1
#1 opened about 1 year ago
by
jonit-john