mirror of
https://github.com/Kagami/go-face.git
synced 2025-09-27 03:55:51 +08:00
6 lines
115 B
Go
6 lines
115 B
Go
/*
|
|
Package face implements face recognition for Go using dlib, a popular
|
|
machine learning toolkit.
|
|
*/
|
|
package face
|