Sanjayraju30 commited on
Commit
82eb1ea
Β·
verified Β·
1 Parent(s): febf0a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -27
README.md CHANGED
@@ -1,44 +1,29 @@
1
  ---
2
  title: Hyderabad Weather Map
3
- emoji: 🌦️
4
  colorFrom: indigo
5
  colorTo: blue
6
  sdk: gradio
7
- sdk_version: 5.36.2
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
 
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 Weather Map
13
 
14
+ Click anywhere on the map of Hyderabad and get real-time weather info using OpenWeatherMap.
15
 
16
  βœ… Emoji-based weather
17
+ βœ… Gradio `Map` component
18
+ βœ… Live forecast on click
19
+ βœ… Built for Hugging Face Spaces
20
 
21
  ---
22
 
23
+ ## 🌐 Setup Instructions
24
 
25
+ 1. Get a free API key from https://openweathermap.org
26
+ 2. Replace `YOUR_API_KEY` in `weather_utils.py`
27
+ 3. Upload the app to your Hugging Face Space
28
 
29
+ Tested and works as expected βœ