Instructions to use manar21/model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use manar21/model with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://manar21/model") - Notebooks
- Google Colab
- Kaggle
Delete output.json
Browse files- output.json +0 -21
output.json
DELETED
|
@@ -1,21 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"names": [
|
| 3 |
-
"0",
|
| 4 |
-
"1",
|
| 5 |
-
"2",
|
| 6 |
-
"3",
|
| 7 |
-
"4",
|
| 8 |
-
"5"
|
| 9 |
-
],
|
| 10 |
-
"nc": 6,
|
| 11 |
-
"roboflow": {
|
| 12 |
-
"license": "CC BY 4.0",
|
| 13 |
-
"project": "alahram",
|
| 14 |
-
"url": "https://universe.roboflow.com/manar-abdelrahman/alahram/dataset/2",
|
| 15 |
-
"version": 2,
|
| 16 |
-
"workspace": "manar-abdelrahman"
|
| 17 |
-
},
|
| 18 |
-
"test": "../test/images",
|
| 19 |
-
"train": "/content/AlAhram-2/train/images",
|
| 20 |
-
"val": "/content/AlAhram-2/valid/images"
|
| 21 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|