/ultrasonic-distance-detector

Detect level of trash bin using ultrasonic sensor and Raspberry Pi

Primary LanguagePython

Ultrasonic-distance-detector

Detect level of trash bin using ultrasonic sensor and Raspberry Pi

How to run

  1. Create and activate venv
apt update
apt install python3-venv
python3 -m venv venv
source venv/bin/activate
  1. Install pip modules
pip install -r requirements.txt
  1. Run app
python app.py

Metrics will be available on <IP_OF_NODE>:8570