Image Classification
Keras
English
solar-panel
defect-detection
computer-vision
deep-learning
tensorflow
transfer-learning
Instructions to use zaheerjk/Solar-Panel-Defect-Classification-Using-Deep-Learning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use zaheerjk/Solar-Panel-Defect-Classification-Using-Deep-Learning with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://zaheerjk/Solar-Panel-Defect-Classification-Using-Deep-Learning") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,25 +3,10 @@ language: [en]
|
|
| 3 |
license: mit
|
| 4 |
tags: [image-classification, solar-panel, defect-detection, computer-vision, deep-learning, tensorflow, keras, transfer-learning]
|
| 5 |
pipeline_tag: image-classification
|
| 6 |
-
|
| 7 |
---
|
| 8 |
|
| 9 |
-
language:
|
| 10 |
-
|
| 11 |
-
* en
|
| 12 |
-
license: mit
|
| 13 |
-
tags:
|
| 14 |
-
* image-classification
|
| 15 |
-
* solar-panel
|
| 16 |
-
* defect-detection
|
| 17 |
-
* computer-vision
|
| 18 |
-
* deep-learning
|
| 19 |
-
* tensorflow
|
| 20 |
-
* keras
|
| 21 |
-
* transfer-learning
|
| 22 |
-
pipeline_tag: image-classification
|
| 23 |
|
| 24 |
-
---
|
| 25 |
|
| 26 |
# ☀️ Solar Panel Defect Classification Using Deep Learning
|
| 27 |
|
|
|
|
| 3 |
license: mit
|
| 4 |
tags: [image-classification, solar-panel, defect-detection, computer-vision, deep-learning, tensorflow, keras, transfer-learning]
|
| 5 |
pipeline_tag: image-classification
|
| 6 |
+
|
| 7 |
---
|
| 8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
|
|
|
|
| 10 |
|
| 11 |
# ☀️ Solar Panel Defect Classification Using Deep Learning
|
| 12 |
|