Instructions to use SondosM/api_GP with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use SondosM/api_GP with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://SondosM/api_GP") - Notebooks
- Google Colab
- Kaggle
Upload classifier.pkl with huggingface_hub
Browse files- classifier.pkl +3 -0
classifier.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29ff3516447c1d913832b1a8c915e1ad87fd19a08f746152f1d10d99c82f8fff
|
| 3 |
+
size 52686105
|