Instructions to use DataScienceProject/CNN_And_ELA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use DataScienceProject/CNN_And_ELA with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://DataScienceProject/CNN_And_ELA") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,8 @@ metrics:
|
|
| 4 |
- accuracy
|
| 5 |
tags:
|
| 6 |
- art
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
# Model Card for Model ID
|
|
@@ -82,6 +84,4 @@ Images are resized to a uniform dimension and normalized. ELA is applied to emph
|
|
| 82 |
|
| 83 |
|
| 84 |
|
| 85 |
-
#### Summary
|
| 86 |
-
|
| 87 |
-
|
|
|
|
| 4 |
- accuracy
|
| 5 |
tags:
|
| 6 |
- art
|
| 7 |
+
datasets:
|
| 8 |
+
- DataScienceProject/Art_Images_Ai_And_Real_
|
| 9 |
---
|
| 10 |
|
| 11 |
# Model Card for Model ID
|
|
|
|
| 84 |
|
| 85 |
|
| 86 |
|
| 87 |
+
#### Summary
|
|
|
|
|
|