Spaces:
Sleeping
Sleeping
Create README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,26 @@
|
|
1 |
---
|
2 |
-
title: PlantMeAI
|
3 |
-
emoji: π»
|
4 |
-
colorFrom: blue
|
5 |
-
colorTo: pink
|
6 |
-
sdk: gradio
|
7 |
-
sdk_version: 5.22.0
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
license: mit
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
-
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: mit
|
3 |
+
title: PlantmeAI
|
4 |
+
sdk: gradio
|
5 |
+
emoji: π
|
6 |
+
colorFrom: green
|
7 |
+
colorTo: indigo
|
8 |
+
pinned: true
|
9 |
+
short_description: 'This app analyzes deforestation areas from satellite images '
|
10 |
---
|
11 |
+
# π± Plant Me AI - Drone-Based Reforestation π
|
12 |
+
|
13 |
+
This app analyzes deforestation areas from satellite images and predicts the best seed-dropping locations using AI-powered drones.
|
14 |
+
|
15 |
+
## Features
|
16 |
+
β
AI-powered deforestation detection
|
17 |
+
β
Predicts seed-dropping locations
|
18 |
+
β
Uses drones for reforestation planning
|
19 |
+
β
Gradio UI for interactive analysis
|
20 |
+
|
21 |
+
## How to Use
|
22 |
+
1. Upload a satellite image of a forest area.
|
23 |
+
2. The AI will analyze deforestation risk.
|
24 |
+
3. It will mark seed-dropping locations on the image.
|
25 |
|
26 |
+
π **Powered by Hugging Face Spaces & Gradio**
|