Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Renewable Energy Potential Predictor
|
2 |
|
3 |
This Hugging Face Space provides an interactive interface for predicting wind and solar power potential based on satellite imagery and environmental data.
|
@@ -32,4 +43,6 @@ The interface includes example data that you can use to test the model. Click "R
|
|
32 |
|
33 |
## Model Details
|
34 |
|
35 |
-
The predictor uses a deep learning model trained on satellite imagery and environmental data to estimate renewable energy potential. The model architecture combines CNN-based image processing with weather data integration for comprehensive predictions.
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Renewable Energy Potential Predictor
|
3 |
+
emoji: 🌤️
|
4 |
+
colorFrom: green
|
5 |
+
colorTo: blue
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 4.0.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# Renewable Energy Potential Predictor
|
13 |
|
14 |
This Hugging Face Space provides an interactive interface for predicting wind and solar power potential based on satellite imagery and environmental data.
|
|
|
43 |
|
44 |
## Model Details
|
45 |
|
46 |
+
The predictor uses a deep learning model trained on satellite imagery and environmental data to estimate renewable energy potential. The model architecture combines CNN-based image processing with weather data integration for comprehensive predictions.
|
47 |
+
|
48 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|