Instructions to use silk-road/simple-face-recognition with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Scikit-learn
How to use silk-road/simple-face-recognition with Scikit-learn:
import joblib from skops.hub_utils import download download("silk-road/simple-face-recognition", "path_to_folder") model = joblib.load( "lda_openai_clip_model.pkl" ) # only load pickle files from sources you trust # read more about it here https://skops.readthedocs.io/en/stable/persistence.html - Notebooks
- Google Colab
- Kaggle
Upload lda_openai_clip_model.pkl
Browse files
lda_openai_clip_model.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:450e5e8aaa97e15d1eec2212577016f8dcffc5196344987f38e9c755e3483858
|
| 3 |
+
size 313941217
|