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
camstack-models / animalClassification /animals-10 /coreml /camstack-animals-10.mlpackage /Manifest.json
Upload animalClassification/animals-10/coreml/camstack-animals-10.mlpackage/Manifest.json with huggingface_hub
75ad3ad verified | { | |
| "fileFormatVersion": "1.0.0", | |
| "itemInfoEntries": { | |
| "314198E5-B718-4A13-8EA2-FF233513AE41": { | |
| "author": "com.apple.CoreML", | |
| "description": "CoreML Model Weights", | |
| "name": "weights", | |
| "path": "com.apple.CoreML/weights" | |
| }, | |
| "D437DA25-2820-4679-B922-31FA327CF4A3": { | |
| "author": "com.apple.CoreML", | |
| "description": "CoreML Model Specification", | |
| "name": "model.mlmodel", | |
| "path": "com.apple.CoreML/model.mlmodel" | |
| } | |
| }, | |
| "rootModelIdentifier": "D437DA25-2820-4679-B922-31FA327CF4A3" | |
| } | |