package
0.0.0-20190516140124-028b8ad327b1
Repository: https://github.com/jacobmoxham/partiiprojectimplementation.git
Documentation: pkg.go.dev

# Functions

GetTop5LabelsFromImageReader takes an image reader, reads the image and runs object tagging using a Tensorflow model to return a list of Labels for the image.

# Structs

Label type containing a label and a probability.

# Type aliases

Labels type containing a list of Labels.