7 lines
376 B
Markdown
7 lines
376 B
Markdown
# 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. |