photoprism/internal/classify/classify.go
Michael Mayer 02800e796e Guess title, location and date from file and path name #154
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2020-05-28 15:12:18 +02:00

18 lines
350 B
Go

/*
Package classify encapsulates image classification functionnality 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
//go:generate go fmt .
var log = event.Log