A Python Script that detects motion, takes picture using PiCamera, then runs Tensorflow inference
See here for a detailed documentation!
Note: You may wish to run this script in a virtual environment, as these modules will install system-wide. To find out more, see here
- Clone the repo
git clone https://github.com/EuanSteven/PiMotion
- Install Python packages
# Windows cd PiMotion py -3 -m pip install -r requirements.txt # Unix cd PiMotion python3.8 -m pip install -r requirements.txt
- Run the
main.py
file usingpython main.py
- Created
- Released on 22/06/23
This repository is licensed under the Apache License.
Copyright©️ 2021-2021 AUTHOR