Instructions to use replicate/cv-utils with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Kernels
How to use replicate/cv-utils with Kernels:
# !pip install kernels from kernels import get_kernel kernel = get_kernel("replicate/cv-utils") - Notebooks
- Google Colab
- Kaggle
Uploaded using `kernel-builder`.
Browse files
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
library_name: kernels
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
This is the repository card of kernels-community/cv-utils that has been pushed on the Hub. It was built to be used with the [`kernels` library](https://github.com/huggingface/kernels). This card was automatically generated.
|
|
|
|
| 1 |
---
|
| 2 |
library_name: kernels
|
| 3 |
+
license: apache-2.0
|
| 4 |
---
|
| 5 |
|
| 6 |
This is the repository card of kernels-community/cv-utils that has been pushed on the Hub. It was built to be used with the [`kernels` library](https://github.com/huggingface/kernels). This card was automatically generated.
|