Runs everything.
python3
pip
virtualenv
- Clone this repo
- Clone and the following repos within this repo and rename accordingly:
scanner
finder
classifier
- Setup
virtualenv venv
- Activate
- UNIX-based systems:
. ./venv/bin/activate
- Windows:
. .\venv\Scripts\activate
- UNIX-based systems:
- Run
sh setup.sh
At the end of the setup, you should have the following directory structure:
classifier/
finder/
input/
output/
scanner/
venv/
.gitignore
classify.py
config.py
README.md
setup.sh
train.py
- Ensure the folder
input/training
exists and is full of images (in both.CR2
and.JPG
format) - Run
train.py
to train the system
- Ensure that the system has been trained
- Connect to the SD card's WLAN
- Run
classify.py
- Take photos
- Observe results in
output/results.txt