Instructions to use Sobit/vgg16forocr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use Sobit/vgg16forocr with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://Sobit/vgg16forocr") - Notebooks
- Google Colab
- Kaggle
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -54,3 +54,4 @@ watchfiles==0.18.1
|
|
| 54 |
websockets==10.4
|
| 55 |
Werkzeug==2.2.3
|
| 56 |
wrapt==1.15.0
|
|
|
|
|
|
| 54 |
websockets==10.4
|
| 55 |
Werkzeug==2.2.3
|
| 56 |
wrapt==1.15.0
|
| 57 |
+
streamlit
|