SivaMallikarjun commited on
Commit
8360fc9
Β·
verified Β·
1 Parent(s): 5836f99

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -10
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
- short_description: AI-powered drone-based seed planting system that analyzer
 
 
 
 
 
 
12
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
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**