A lightweight Python-based API designed to run on any device, providing real-time monitoring of system metrics including CPU usage, temperature, RAM, and storage.
Can be used with a dedicated web interface.
- Python
- FastAPI
- DuckDB
- Docker
- Git
- Docker
-
clone repository:
git clone https://github.com/michalges/hardware-info-api cd hardware-info-api -
run Docker container:
docker build -t hardware-info-api . docker run -d -p 8080:8080 --name hardware-info-api hardware-info-api
To view all available endpoints, run the app and visit /docs