- Hardware
- Raspberry-pi
- Camera
- Software
- Python3
- Yolov8
- git clone
<link-of-repository>
python -m venv venv
- for mac/linux -
source venv/bin/activate
pip install -r requirements.txt
python cam.py
README.md
- Contains all the documentation
requirements.txt
- contains all the programs to be installed in the project
.gitignore
- used to tell github which files to ignore
cam.py
- running a basic versoin of the project