Detect level of trash bin using ultrasonic sensor and Raspberry Pi
- Create and activate
venv
apt update
apt install python3-venv
python3 -m venv venv
source venv/bin/activate
- Install
pip
modules
pip install -r requirements.txt
- Run app
python app.py
Metrics will be available on
<IP_OF_NODE>:8570