An open API service indexing awesome lists of open source software.

https://github.com/streamlit/demo-seattle-weather

A demo Streamlit dashboard exploring the classic Seattle Weather dataset.
https://github.com/streamlit/demo-seattle-weather

Last synced: 10 months ago
JSON representation

A demo Streamlit dashboard exploring the classic Seattle Weather dataset.

Awesome Lists containing this project

README

          

# Streamlit Seattle Weather dashboard

Just an example Streamlit dashboard exploring the classic Seattle Weather dataset.

## View it in one click

[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](http://demo-seattle-weather.streamlit.app/)

## Try it on your machine

1. Get the code:

```sh
$ git clone https://github.com/streamlit/demo-seattle-weather.git
```

2. Start a virtual environment and get the dependencies (requires uv):

```sh
$ uv venv

$ .venv/bin/activate

$ uv sync
```

3. Start the app:

```sh
$ streamlit run streamlit_app.py
```