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 /animal-classifier /coreml /animal-classifier.mlpackage /Manifest.json
Add publicly-distributable animal-classifier (Open Images V7 CC-BY, EfficientNet-Lite0)
336d7d3 verified | { | |
| "fileFormatVersion": "1.0.0", | |
| "itemInfoEntries": { | |
| "4DFA6A89-B2BE-4671-8F09-4AEAC1286F4C": { | |
| "author": "com.apple.CoreML", | |
| "description": "CoreML Model Weights", | |
| "name": "weights", | |
| "path": "com.apple.CoreML/weights" | |
| }, | |
| "9612404F-3A7A-443B-929A-2F320F2FFE12": { | |
| "author": "com.apple.CoreML", | |
| "description": "CoreML Model Specification", | |
| "name": "model.mlmodel", | |
| "path": "com.apple.CoreML/model.mlmodel" | |
| } | |
| }, | |
| "rootModelIdentifier": "9612404F-3A7A-443B-929A-2F320F2FFE12" | |
| } | |