Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Analyzer ¶
type Analyzer struct {
// contains filtered or unexported fields
}
Analyzer is used to analyze images
func NewAnalyzer ¶
func NewAnalyzer(opts ConfigOpts, logger *zap.SugaredLogger) (*Analyzer, error)
NewAnalyzer is used to analyze an image and classify it
type ConfigOpts ¶
type ConfigOpts struct {
ModelLocation string `json:"model_location"`
}
ConfigOpts is used to configure our image analyzer
Click to show internal directories.
Click to hide internal directories.