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
/
detector
/
__init__.py
drixo
Add face recognition and motion detection
f071a9b
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
79 Bytes
from
.detector
import
Detector, Detection
__all__ = [
"Detector"
,
"Detection"
]