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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

anjith2006
/
edgeface

Image Feature Extraction
Transformers
Safetensors
timm
edgeface
feature-extraction
face-recognition
face-verification
face-embedding
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use anjith2006/edgeface with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-feature-extraction", model="anjith2006/edgeface", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("anjith2006/edgeface", trust_remote_code=True, dtype="auto")
  • timm

    How to use anjith2006/edgeface with timm:

    import timm
    
    model = timm.create_model("hf_hub:anjith2006/edgeface", pretrained=True)
  • Notebooks
  • Google Colab
  • Kaggle
edgeface / edgeface-base
72.9 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
anjith2006's picture
anjith2006
Update edgeface-base/modeling_edgeface.py
e79e42b verified about 14 hours ago
  • config.json
    367 Bytes
    Upload folder using huggingface_hub 4 days ago
  • configuration_edgeface.py
    1.42 kB
    Upload folder using huggingface_hub 4 days ago
  • image_processing_edgeface.py
    11.6 kB
    Upload folder using huggingface_hub 4 days ago
  • model.safetensors
    72.9 MB
    xet
    Upload folder using huggingface_hub 4 days ago
  • modeling_edgeface.py
    3.58 kB
    Update edgeface-base/modeling_edgeface.py about 14 hours ago
  • preprocessor_config.json
    402 Bytes
    Upload folder using huggingface_hub 4 days ago