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 / segmentationRefiner /edgesam /coreml /camstack-edgesam-encoder.mlpackage /Manifest.json
| { | |
| "fileFormatVersion": "1.0.0", | |
| "itemInfoEntries": { | |
| "53B97A2B-9D4D-4925-86EB-7F8513928FA6": { | |
| "author": "com.apple.CoreML", | |
| "description": "CoreML Model Weights", | |
| "name": "weights", | |
| "path": "com.apple.CoreML/weights" | |
| }, | |
| "CE2DB1BD-E028-4C31-B623-79AC2D65A78F": { | |
| "author": "com.apple.CoreML", | |
| "description": "CoreML Model Specification", | |
| "name": "model.mlmodel", | |
| "path": "com.apple.CoreML/model.mlmodel" | |
| } | |
| }, | |
| "rootModelIdentifier": "CE2DB1BD-E028-4C31-B623-79AC2D65A78F" | |
| } | |