- src - contains the code that runs on the Raspberry Pi
- assets - contains the fritzing diagrams for this project
- demo - contains the project powerpoint and demo video
- Main libraries, packages, and APIs used for this project:
- Google Vision API
- OpenCV
- Twilio
- PiCamera
- Dependencies may be installed using the
requirements.txt
file.- Create a virtualenv and download all dependencies using the command
pip install -r requirements.txt
- Create a virtualenv and download all dependencies using the command
- Configure a Google Cloud account for this project. Resources to help with setting up the Vision API can be found here.
- Configure a Twilio account and phone number for this project. Set up instructions can be found here.
- Once the modules have been downloaded, run the
fruit_sums_with_motion.py
file to start.