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
|
@@ -4,7 +4,7 @@ This project focuses on building and deploying image classification models using
|
|
| 4 |
## Project Preview
|
| 5 |
|
| 6 |
<p align="center">
|
| 7 |
-
<img src="https://
|
| 8 |
alt="Project Preview"
|
| 9 |
width="600" />
|
| 10 |
</p>
|
|
@@ -12,7 +12,7 @@ This project focuses on building and deploying image classification models using
|
|
| 12 |
## System Architecture
|
| 13 |
|
| 14 |
<p align="center">
|
| 15 |
-
<img src="https://
|
| 16 |
alt="System Architecture"
|
| 17 |
width="600" />
|
| 18 |
</p>
|
|
|
|
| 4 |
## Project Preview
|
| 5 |
|
| 6 |
<p align="center">
|
| 7 |
+
<img src="https://camo.githubusercontent.com/764dd3ce5aaccb59f575de8cde5760259922e2b56d93f017d42ba1228c9c263a/68747470733a2f2f6361726565722d706c6174666f726d2d6d61792d323032362e73332e61702d736f7574682d312e616d617a6f6e6177732e636f6d2f6b726973686e61696b2e696e2f6d656469612f70726f6a6563745f62616e6e6572732f47656d696e695f47656e6572617465645f496d6167655f6c73376d706b6c73376d706b6c73376d5f3353686e6c587a2e6a7067"
|
| 8 |
alt="Project Preview"
|
| 9 |
width="600" />
|
| 10 |
</p>
|
|
|
|
| 12 |
## System Architecture
|
| 13 |
|
| 14 |
<p align="center">
|
| 15 |
+
<img src="https://camo.githubusercontent.com/05dd9a3b3e5c66a4d725e6ce03e46def74518c9d9675fbe41b2483d0cd7c41f7/68747470733a2f2f6361726565722d706c6174666f726d2d6d61792d323032362e73332e61702d736f7574682d312e616d617a6f6e6177732e636f6d2f6b726973686e61696b2e696e2f6d656469612f70726f6a6563745f6172636869746563747572655f6469616772616d732f47656d696e695f47656e6572617465645f496d6167655f7677726f37357677726f37357677726f5f55764d6f3171562e6a7067"
|
| 16 |
alt="System Architecture"
|
| 17 |
width="600" />
|
| 18 |
</p>
|