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 / clip /mobileclip-s0 /coreml /camstack-mobileclip-s0-vision.mlpackage /Manifest.json
| { | |
| "fileFormatVersion": "1.0.0", | |
| "itemInfoEntries": { | |
| "CD146415-3A4F-4A31-922F-453338F52D17": { | |
| "author": "com.apple.CoreML", | |
| "description": "CoreML Model Weights", | |
| "name": "weights", | |
| "path": "com.apple.CoreML/weights" | |
| }, | |
| "F472A9FF-F93F-4BD2-BE9A-100E411F6DE2": { | |
| "author": "com.apple.CoreML", | |
| "description": "CoreML Model Specification", | |
| "name": "model.mlmodel", | |
| "path": "com.apple.CoreML/model.mlmodel" | |
| } | |
| }, | |
| "rootModelIdentifier": "F472A9FF-F93F-4BD2-BE9A-100E411F6DE2" | |
| } | |