Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

aimagelab
/
CoDE

Image Feature Extraction
Transformers
Joblib
Safetensors
vit
deepfake
Model card Files Files and versions
xet
Community

Instructions to use aimagelab/CoDE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use aimagelab/CoDE with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-feature-extraction", model="aimagelab/CoDE")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModel
    
    processor = AutoImageProcessor.from_pretrained("aimagelab/CoDE")
    model = AutoModel.from_pretrained("aimagelab/CoDE")
  • Notebooks
  • Google Colab
  • Kaggle
CoDE
61.7 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 10 commits
fede97's picture
fede97
update license
c2a0c92 verified over 1 year ago
  • sklearn
    Upload 3 files almost 2 years ago
  • .gitattributes
    1.6 kB
    Upload 3 files almost 2 years ago
  • README.md
    3.19 kB
    update license over 1 year ago
  • config.json
    491 Bytes
    Upload model almost 2 years ago
  • model.safetensors
    22.1 MB
    xet
    Upload model almost 2 years ago
  • preprocessor_config.json
    590 Bytes
    Upload processor almost 2 years ago