Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Atugil-Intelligence
/
Synas-Detect-1

Image Classification
Transformers
Safetensors
clip
ai-detection
deepfake-detection
vision
synthetic-image-detection
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use Atugil-Intelligence/Synas-Detect-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Atugil-Intelligence/Synas-Detect-1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Atugil-Intelligence/Synas-Detect-1")
    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("Atugil-Intelligence/Synas-Detect-1")
    model = AutoModelForImageClassification.from_pretrained("Atugil-Intelligence/Synas-Detect-1", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Synas-Detect-1
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
TheWarrior01's picture
TheWarrior01
Update README.md
9681725 verified 2 days ago
  • .gitattributes
    1.52 kB
    initial commit 2 days ago
  • README.md
    5.17 kB
    Update README.md 2 days ago
  • config.json
    2.31 kB
    Upload CLIPForImageClassification 2 days ago
  • model.safetensors
    1.21 GB
    xet
    Upload CLIPForImageClassification 2 days ago
  • preprocessor_config.json
    505 Bytes
    Upload processor 2 days ago