This project is a web application developed using Streamlit that displays temperature and humidity data from sensors in my home. The data is collected using a Govee sensor and saved in a CSV file. Additionally, the application includes interactive charts that allow you to visualize the variables' evolution over time.
-
Clone the repository:
git clone https://github.com/Vasallo94/Humedades.git
-
Install the required packages:
pip install -r requirements.txt
-
Run the Streamlit app:
streamlit run app.py
-
Open the Streamlit app in your browser.
-
Select the location.
-
Use the sliders to filter the data by date and time.
-
View the data in the interactive plot.