Hrishi-2003
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Cloud Cover Nowcasting
|
2 |
This project aims to predict cloud cover using a sequence-to-sequence ConvLSTM (Convolutional Long Short-Term Memory) model. The goal is to predict future cloud cover based on past satellite images. The model uses satellite .tif images taken at regular intervals to forecast cloud patterns, aiding in weather prediction and climate monitoring.
|
3 |
|
@@ -40,4 +61,4 @@ Once the model is trained, you can evaluate its performance on a validation set
|
|
40 |
|
41 |
## Run Predict
|
42 |
To make predictions on a new set of satellite images, use the following command:
|
43 |
-
`python /predict.py`
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
- mse
|
8 |
+
pipeline_tag: time-series-forecasting
|
9 |
+
library_name: keras
|
10 |
+
tags:
|
11 |
+
- deeplearning
|
12 |
+
- ConvoLSTM
|
13 |
+
- Cloudcover-prediction
|
14 |
+
- Satellite
|
15 |
+
- data
|
16 |
+
- dataanalysis
|
17 |
+
- timeseries
|
18 |
+
- code
|
19 |
+
- tensorflow
|
20 |
+
- machinelearning
|
21 |
+
---
|
22 |
# Cloud Cover Nowcasting
|
23 |
This project aims to predict cloud cover using a sequence-to-sequence ConvLSTM (Convolutional Long Short-Term Memory) model. The goal is to predict future cloud cover based on past satellite images. The model uses satellite .tif images taken at regular intervals to forecast cloud patterns, aiding in weather prediction and climate monitoring.
|
24 |
|
|
|
61 |
|
62 |
## Run Predict
|
63 |
To make predictions on a new set of satellite images, use the following command:
|
64 |
+
`python /predict.py`
|