Sanjayraju30 commited on
Commit
385f104
Β·
verified Β·
1 Parent(s): 253c3db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -2
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
- Perfect for local forecasting or educational use.
 
 
 
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