Instructions to use QuantaSparkLabs/FaceVerifyAI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use QuantaSparkLabs/FaceVerifyAI with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-to-image", model="QuantaSparkLabs/FaceVerifyAI")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("QuantaSparkLabs/FaceVerifyAI", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload best_advanced_face_verify_ai_model.pth with huggingface_hub
Browse files
best_advanced_face_verify_ai_model.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9720c39499af105fd4988c74fd4ffff0f5e43865be0c30358867ffc5005b835
|
| 3 |
+
size 17714333
|