The Environmental Data Visualization System is an innovative project aimed at making complex environmental data accessible through visually intuitive AI-generated art. By leveraging custom-built sensor systems, the project captures real-time environmental data and transforms it into artistic visualizations, bridging the gap between technical information and broader public understanding.
The system is composed of several interconnected components:
- Data Collection: Utilizes three main sensor systems—Weather Station, Detection Box, and Air Quality Box—to gather data from different environments.
- Data Processing: Handled by the Raspberry Pi, which converts the collected data into natural language prompts for AI models.
- AI Image Generation: AI models such as DALL-E 3 and Stable Diffusion generate images based on the processed data.
- User Interaction: A web dashboard provides real-time data monitoring and an interface for viewing generated images.
Monitors weather conditions including temperature, humidity, wind speed, and rain. Data is sent to the MQTT server and then processed for visualization.
Tracks visitor movement in exhibition spaces, providing valuable data for generating visual representations of crowd patterns.
Measures indoor air quality by detecting harmful gases and environmental conditions, feeding data into the AI system for analysis and visualization.
To begin using the system, please refer to the detailed setup instructions provided for each component:
Copyright (c) 2024 Chen Ruan (zczqrua@ucl.ac.uk)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

