Instructions to use krishnatherokar/captcha-recognition with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use krishnatherokar/captcha-recognition with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://krishnatherokar/captcha-recognition") - Notebooks
- Google Colab
- Kaggle
Save model using Keras.
Browse files- metadata.json +1 -1
metadata.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"keras_version": "3.10.0", "date_saved": "2026-02-11@10:
|
|
|
|
| 1 |
+
{"keras_version": "3.10.0", "date_saved": "2026-02-11@10:47:33"}
|