Instructions to use squirelmail/model-BotDetect-CAPTCHA-Generator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use squirelmail/model-BotDetect-CAPTCHA-Generator with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://squirelmail/model-BotDetect-CAPTCHA-Generator") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,8 @@ metrics:
|
|
| 9 |
pipeline_tag: image-text-to-text
|
| 10 |
library_name: keras
|
| 11 |
---
|
|
|
|
|
|
|
| 12 |
🧠 CRNN+CTC Checkpoints
|
| 13 |
=======================
|
| 14 |
|
|
|
|
| 9 |
pipeline_tag: image-text-to-text
|
| 10 |
library_name: keras
|
| 11 |
---
|
| 12 |
+
# Model AI For Solve BotDetect-CAPTCHA-Generator Gov ID Captcha
|
| 13 |
+
|
| 14 |
🧠 CRNN+CTC Checkpoints
|
| 15 |
=======================
|
| 16 |
|