Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
drixo
/
smartdoor
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
smartdoor
/
recognizer
/
__init__.py
drixo
Add face recognition and motion detection
f071a9b
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
115 Bytes
from
.recognizer
import
FaceRecognizer, HAS_FACE_RECOGNITION
__all__ = [
"FaceRecognizer"
,
"HAS_FACE_RECOGNITION"
]