Instructions to use joyjitroy/Plant_Seedlings_Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use joyjitroy/Plant_Seedlings_Classification with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://joyjitroy/Plant_Seedlings_Classification") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
pipeline_tag: image-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
language: en
|
| 7 |
license: mit
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
pipeline_tag: image-classification
|
| 5 |
+
license: mit
|
| 6 |
+
datasets:
|
| 7 |
+
- ssharma2020/Plant-Seedlings-Dataset
|
| 8 |
+
metrics:
|
| 9 |
+
- accuracy
|
| 10 |
+
library_name: keras
|
| 11 |
+
tags:
|
| 12 |
+
- biology
|
| 13 |
---
|
| 14 |
language: en
|
| 15 |
license: mit
|