Update README.md
Browse files
README.md
CHANGED
@@ -12,10 +12,24 @@ pipeline_tag: image-classification
|
|
12 |
|
13 |
# Genera - Cloud Image Classification Model
|
14 |
|
|
|
15 |
**Version:** 1.0.0
|
16 |
**Last Updated:** May 18 2025
|
17 |
**Contact:** [[email protected]][Github - https://github.com/mubaraknumann]
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
## Table of Contents
|
20 |
1. [Model Description](#model-description)
|
21 |
2. [Intended Uses & Limitations](#intended-uses--limitations)
|
@@ -24,7 +38,7 @@ pipeline_tag: image-classification
|
|
24 |
- [Loading the Model](#loading-the-model)
|
25 |
- [Making Predictions](#making-predictions)
|
26 |
4. [Training Procedure](#training-procedure)
|
27 |
-
- [Dataset:
|
28 |
- [Architecture: RepVGG with NECA Attention](#architecture-repvgg-with-neca-attention)
|
29 |
- [Data Preprocessing & Augmentation](#data-preprocessing--augmentation)
|
30 |
- [Training Details](#training-details)
|
@@ -313,9 +327,7 @@ Total Images (after expansion): ~32,742 images (Train: 22,918, Val: 4,912, Test:
|
|
313 |
|
314 |
Classes (12): Altocumulus, Altostratus, Cirrocumulus, Cirrostratus, Cirrus, Clear Sky, Contrail, Cumulonimbus, Cumulus, Nimbostratus, Stratocumulus, Stratus.
|
315 |
|
316 |
-
**Image Characteristics:**
|
317 |
-
|
318 |
-
**Labeling Process:** [Briefly describe: e.g., "Images were manually labeled by meteorological enthusiasts/experts."]
|
319 |
|
320 |
**Data Splitting:** Stratified 70% training, 15% validation, 15% testing.
|
321 |
|
|
|
12 |
|
13 |
# Genera - Cloud Image Classification Model
|
14 |
|
15 |
+
|
16 |
**Version:** 1.0.0
|
17 |
**Last Updated:** May 18 2025
|
18 |
**Contact:** [[email protected]][Github - https://github.com/mubaraknumann]
|
19 |
|
20 |
+
|
21 |
+

|
22 |
+
|
23 |
+
|
24 |
+
|
25 |
+

|
26 |
+
|
27 |
+
|
28 |
+
|
29 |
+

|
30 |
+
|
31 |
+
You can use the attached streamlit code to test the model using GUI
|
32 |
+
|
33 |
## Table of Contents
|
34 |
1. [Model Description](#model-description)
|
35 |
2. [Intended Uses & Limitations](#intended-uses--limitations)
|
|
|
38 |
- [Loading the Model](#loading-the-model)
|
39 |
- [Making Predictions](#making-predictions)
|
40 |
4. [Training Procedure](#training-procedure)
|
41 |
+
- [Dataset: UGCI](#dataset-UGCI)
|
42 |
- [Architecture: RepVGG with NECA Attention](#architecture-repvgg-with-neca-attention)
|
43 |
- [Data Preprocessing & Augmentation](#data-preprocessing--augmentation)
|
44 |
- [Training Details](#training-details)
|
|
|
327 |
|
328 |
Classes (12): Altocumulus, Altostratus, Cirrocumulus, Cirrostratus, Cirrus, Clear Sky, Contrail, Cumulonimbus, Cumulus, Nimbostratus, Stratocumulus, Stratus.
|
329 |
|
330 |
+
**Image Characteristics:** Images were captured using various mobile and stationary cameras, representing diverse lighting conditions and geographical locations, primarily focusing on full-sky or wide-angle views.
|
|
|
|
|
331 |
|
332 |
**Data Splitting:** Stratified 70% training, 15% validation, 15% testing.
|
333 |
|