This is repo is part of an assignment series. See assignments for details
This assignment is loosely based on
this tutorial
from pyimagesearch
.
-
Download the requirements in requirements.txt
-
Download the chromedriver based on your operating system, and store it to the root directory of this repository
-
Scrape images with
python -m fruit_classifier.data_scraping
-
Clean the data with
python -m fruit_classifier.preprocessing
-
Train with
python -m fruit_classifier.train
-
Predict with
python -m fruit_classifier.predict -i <path_to_image>
Unix-example (in windows replace
/
with\
):python -m fruit_classifier.predict -i "test/data/raw/bananas/1. banana-1.png"