A Flask-based web app to monitor Raspberry Pi hardware statistics.
This code is no longer being updated as of September 2025.
- Clone the GitHub repository
git clone https://github.com/jjjclarke/RPiMonitor.git
- Create a Python environment
python3 -m venv venv
- Activate environment and install dependencies
source venv/bin/activate
pip install -r requirements.txt
- Run the app
python3 app.py