Instructions to use BDRC/ScriptClassifier_Simple_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use BDRC/ScriptClassifier_Simple_v1 with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://BDRC/ScriptClassifier_Simple_v1") - Notebooks
- Google Colab
- Kaggle
Upload classes.txt
Browse files- classes.txt +8 -0
classes.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
UCHAN_Woodbloct
|
| 2 |
+
UCHAN_Manuscript
|
| 3 |
+
UCHAN_Modern
|
| 4 |
+
UMED_Druma1
|
| 5 |
+
UMED_Druma2
|
| 6 |
+
UMED_Betsug1
|
| 7 |
+
UMED_Betsug2
|
| 8 |
+
UMED_Slanted_1
|