Instructions to use camstack/camstack-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use camstack/camstack-models with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("camstack/camstack-models") - Notebooks
- Google Colab
- Kaggle
Upload faceRecognition/arcface/coreml/camstack-arcface-r100.mlpackage/Manifest.json with huggingface_hub
c34c7e7 verified | { | |
| "fileFormatVersion": "1.0.0", | |
| "itemInfoEntries": { | |
| "21562FA3-680A-4829-89C9-95B0C83AE126": { | |
| "author": "com.apple.CoreML", | |
| "description": "CoreML Model Specification", | |
| "name": "model.mlmodel", | |
| "path": "com.apple.CoreML/model.mlmodel" | |
| }, | |
| "980A6651-5DA1-4FB2-973D-1E39909EF581": { | |
| "author": "com.apple.CoreML", | |
| "description": "CoreML Model Weights", | |
| "name": "weights", | |
| "path": "com.apple.CoreML/weights" | |
| } | |
| }, | |
| "rootModelIdentifier": "21562FA3-680A-4829-89C9-95B0C83AE126" | |
| } | |