Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
songhieng
/
FV-V5
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
FV-V5
/
Makefile
songhieng
Upload 205 files
502c89a
verified
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
199 Bytes
test:
cd tests && python -m pytest . -s --disable-warnings
lint:
python -m pylint deepface/ --fail-under=10
coverage:
pip install pytest-cov && cd tests && python -m pytest --cov=deepface