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-decoder.mlpackage /Manifest.json
| { | |
| "fileFormatVersion": "1.0.0", | |
| "itemInfoEntries": { | |
| "2875227A-75A8-4451-AB08-E78E8CAC37CE": { | |
| "author": "com.apple.CoreML", | |
| "description": "CoreML Model Weights", | |
| "name": "weights", | |
| "path": "com.apple.CoreML/weights" | |
| }, | |
| "EECCA9F1-7955-4935-AECD-42C17D1CECF6": { | |
| "author": "com.apple.CoreML", | |
| "description": "CoreML Model Specification", | |
| "name": "model.mlmodel", | |
| "path": "com.apple.CoreML/model.mlmodel" | |
| } | |
| }, | |
| "rootModelIdentifier": "EECCA9F1-7955-4935-AECD-42C17D1CECF6" | |
| } | |