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
|
@@ -82,7 +82,7 @@ The complete training and evaluation notebook is available on GitHub:
|
|
| 82 |
๐ Citation
|
| 83 |
If you use this model or reference it in your research, please cite:
|
| 84 |
|
| 85 |
-
Joyjit, R. (2024). Plant Seedlings Classification โ AI for Smarter Agriculture. Zenodo. https://doi.org/10.5281/zenodo.
|
| 86 |
---
|
| 87 |
|
| 88 |
## ๐ Example Usage
|
|
|
|
| 82 |
๐ Citation
|
| 83 |
If you use this model or reference it in your research, please cite:
|
| 84 |
|
| 85 |
+
Joyjit, R. (2024). Plant Seedlings Classification โ AI for Smarter Agriculture. Zenodo. https://doi.org/10.5281/zenodo.17586747
|
| 86 |
---
|
| 87 |
|
| 88 |
## ๐ Example Usage
|