This commit is contained in:
Mikayla Dobson
2023-01-04 20:24:02 -06:00
commit 8ce90346d9
3 changed files with 51 additions and 0 deletions

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
# Simple Image Recognition Module
A simple implementation of image recognition software using the pretrained TensorFlow VGG16 model and Python.
## Usage
This tool runs from the command line and expects a single argument referring to a relative path. This program will execute within the provided directory, and will attempt to classify each image in the provided directory.