A smart home project using luxonis camera
A Medium article about this project.
# manage virtual environement
python3 -m venv .env
source .env/bin/activate
# install dependencies
python3 -m pip install -r requirements.txt
python3 src/smart-home.py
python3 src/smart-home.py --remote # on raspberry pi
python3 src/smart-home.py --video <path> # with a video
Interested to work with us? You can contact us at thibault.friedrich@gmail.com.