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 / packageDetection /yolov8-package /coreml /camstack-yolov8n-package.mlpackage /Manifest.json
| { | |
| "fileFormatVersion": "1.0.0", | |
| "itemInfoEntries": { | |
| "D49438D3-28A9-494B-9F6D-B401A294617F": { | |
| "author": "com.apple.CoreML", | |
| "description": "CoreML Model Specification", | |
| "name": "model.mlmodel", | |
| "path": "com.apple.CoreML/model.mlmodel" | |
| }, | |
| "ECDF4F2D-7830-4907-B4F4-593D88D1B0F5": { | |
| "author": "com.apple.CoreML", | |
| "description": "CoreML Model Weights", | |
| "name": "weights", | |
| "path": "com.apple.CoreML/weights" | |
| } | |
| }, | |
| "rootModelIdentifier": "D49438D3-28A9-494B-9F6D-B401A294617F" | |
| } | |