Instructions to use haywoodsloan/ai-image-detector-dev-deploy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use haywoodsloan/ai-image-detector-dev-deploy with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="haywoodsloan/ai-image-detector-dev-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-dev-deploy") model = AutoModelForImageClassification.from_pretrained("haywoodsloan/ai-image-detector-dev-deploy") - Inference
- Notebooks
- Google Colab
- Kaggle
License Details
#1
by hsteele-shift - opened
Hi! I've noticed that the model card doesn't have details about a license for using this model. Would you be able to add this information please? It'd be very much appreciated. :)
Hello! Would you be able to add this information please?