https://github.com/avaiga/demo-realtime-pollution
Taipy Demo of a Realtime Dashboard of Air Pollution around a Factory
https://github.com/avaiga/demo-realtime-pollution
Last synced: about 1 month ago
JSON representation
Taipy Demo of a Realtime Dashboard of Air Pollution around a Factory
- Host: GitHub
- URL: https://github.com/avaiga/demo-realtime-pollution
- Owner: Avaiga
- Created: 2023-10-02T14:15:19.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-05-20T09:54:55.000Z (5 months ago)
- Last Synced: 2025-06-25T21:41:38.969Z (4 months ago)
- Language: Python
- Size: 991 KB
- Stars: 16
- Watchers: 3
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Realtime Pollution Dashboard
A use-case of measuring air quality with sensors around a factory to showcase the ability of Taipy to dashboard streaming data.
![]()
## How to use
1. Clone this repository
```bash
git clone https://github.com/Avaiga/demo-realtime-pollution.git
```2. Install requirements
```bash
pip install -r requirements.txt
```3. Go to the `src` directory
```
cd src
```4. Run the receiver script
```bash
python receiver.py
```This should open a dashboard in your browser.
5. Run the sender script
```bash
python sender.py
```This will send data to the dashboard.