photoprism/internal/classify/classify.go
Michael Mayer e9874d6e0c Backend: Compile labels into source #160
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2020-01-09 01:21:09 +01:00

17 lines
308 B
Go

/*
This package encapsulates image classification using TensorFlow
Additional information can be found in our Developer Guide:
https://github.com/photoprism/photoprism/wiki
*/
package classify
import (
"github.com/photoprism/photoprism/internal/event"
)
//go:generate go run gen.go
var log = event.Log