A modern, real-time IoT dashboard for monitoring DHT11 sensor data using Python Dash, Plotly, and MQTT. Built with a clean dark theme inspired by Tailwind CSS slate colors.
├── README.md ├── assets │ ├── model.pkl │ └── report.css ├── env ├── python-package │ ├── employee_events │ │ ├── __init__.py │ │ ├── employee.py ...