//
pkg.gl
Category
github.com/jacobmoxham/partiiprojectimplementation
image_recognition
package
0.0.0-20190516140124-028b8ad327b1
Repository:
https://github.com/jacobmoxham/partiiprojectimplementation.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
0
Files
148 SLOC
#
Functions
GetTop5LabelsFromImageReader
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
Label type containing a label and a probability.
#
Type aliases
Labels
Labels type containing a list of Labels.