A web dashboard for visualizing weather conditions, built with Python and Dash.
- 📆 Displays daily weather conditions
- 🎨 Clean UI using Dash and Plotly
- 🐳 Dockerized for easy deployment
- ☁️ Hosted on Scaleway Serverless Containers
- Python 3.11+
- pip
-
Clone the repository
git clone https://github.com/allienka/weather-dashboard.git cd weather-dashboard -
Install dependencies
pip install -r requirements.txt
-
Run the app
python app.py
Visit the app at: http://localhost:8050
-
Build the image
docker build -t weather-dashboard . -
Run the container
docker run -p 8050:8050 weather-dashboard
This app is deployed using Scaleway Serverless Containers.
- Registry Namespace:
funcscwweatherdashboards2snn3wrj - Image:
weather-dashboard - Tag:
latest - Container Port:
8050
https://weatherdashboards2snn3wrj-weather-dashboards.functions.fnc.fr-par.scw.cloud