weather-data1 / README.md
Sanjayraju30's picture
Update README.md
ab46d94 verified
|
raw
history blame
893 Bytes
metadata
title: Hyderabad Weather Map
emoji: 🌦️
colorFrom: indigo
colorTo: blue
sdk: gradio
sdk_version: 5.36.2
app_file: app.py
pinned: false

🌦️ Hyderabad Interactive Weather Map

Click anywhere on the map of Hyderabad and get real-time weather info.

βœ… Emoji-based weather
βœ… Live data from OpenWeatherMap
βœ… Built with Gradio
βœ… Ready to deploy on Hugging Face Spaces


πŸ”§ How it works

  • Click on any point on the map
  • App uses OpenWeatherMap API to fetch weather
  • Displays temperature, condition, and emoji (β˜€οΈπŸŒ§οΈβ˜οΈ)

πŸ› οΈ Setup Instructions

  1. Sign up at https://openweathermap.org
  2. Get your free API key
  3. Open weather_utils.py and replace YOUR_API_KEY with your actual key
  4. Upload everything to Hugging Face Spaces

πŸ’» Tech Stack

  • Gradio
  • Python 3.9+
  • OpenWeatherMap API