Instructions to use koyelog/indian-monuments-cnn-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use koyelog/indian-monuments-cnn-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://koyelog/indian-monuments-cnn-model") - Notebooks
- Google Colab
- Kaggle
Create README.md
Browse files
README.md
CHANGED
|
@@ -93,4 +93,4 @@ print(f"Predicted Monument: {class_names[predicted_class_index]}")
|
|
| 93 |
|
| 94 |
## Model Card Authors
|
| 95 |
|
| 96 |
-
Model card generated by [koyelog](https://huggingface.co/koyelog)
|
|
|
|
| 93 |
|
| 94 |
## Model Card Authors
|
| 95 |
|
| 96 |
+
Model card generated by [koyelog](https://huggingface.co/koyelog)
|