Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# π¦οΈ Hyderabad Interactive Weather Map
|
2 |
|
3 |
Click anywhere on the map of Hyderabad and get real-time weather info.
|
4 |
|
5 |
β
Emoji-based weather
|
6 |
β
Live data from OpenWeatherMap
|
7 |
-
β
Built with Gradio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
-
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Hyderabad Weather Map
|
3 |
+
emoji: "π¦οΈ"
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: blue
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "4.26.0"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# π¦οΈ Hyderabad Interactive Weather Map
|
13 |
|
14 |
Click anywhere on the map of Hyderabad and get real-time weather info.
|
15 |
|
16 |
β
Emoji-based weather
|
17 |
β
Live data from OpenWeatherMap
|
18 |
+
β
Built with Gradio
|
19 |
+
β
Ready to deploy on Hugging Face Spaces
|
20 |
+
|
21 |
+
---
|
22 |
+
|
23 |
+
## π§ How it works
|
24 |
+
|
25 |
+
- Click on any point on the map
|
26 |
+
- App uses OpenWeatherMap API to fetch weather
|
27 |
+
- Displays temperature, condition, and emoji (βοΈπ§οΈβοΈ)
|
28 |
+
|
29 |
+
---
|
30 |
+
|
31 |
+
## π οΈ Setup Instructions
|
32 |
+
|
33 |
+
1. Sign up at [https://openweathermap.org](https://openweathermap.org)
|
34 |
+
2. Get your **free API key**
|
35 |
+
3. Open `weather_utils.py` and replace `YOUR_API_KEY` with your actual key
|
36 |
+
4. Upload everything to Hugging Face Spaces
|
37 |
+
|
38 |
+
---
|
39 |
+
|
40 |
+
## π» Tech Stack
|
41 |
|
42 |
+
- Gradio
|
43 |
+
- Python 3.9+
|
44 |
+
- OpenWeatherMap API
|