2024-08-13 20:08:06 +08:00
|
|
|
# Deep Live Cam requirements
|
2023-09-25 17:30:21 +08:00
|
|
|
|
2024-08-13 20:08:06 +08:00
|
|
|
# Core dependencies
|
|
|
|
numpy==1.26.4
|
|
|
|
onnxruntime-silicon==1.16.3
|
2023-12-14 22:36:50 +08:00
|
|
|
opencv-python==4.8.1.78
|
2023-09-25 17:30:21 +08:00
|
|
|
pillow==9.5.0
|
2024-08-13 20:08:06 +08:00
|
|
|
insightface==0.7.3
|
|
|
|
torch==2.1.0 # Add the specific version you're using
|
|
|
|
tensorflow==2.16.1 # Add the specific version you're using
|
|
|
|
|
|
|
|
# Image processing
|
|
|
|
scikit-image==0.24.0
|
|
|
|
matplotlib==3.9.1.post1
|
|
|
|
|
|
|
|
# Machine learning
|
|
|
|
scikit-learn==1.5.1
|
|
|
|
|
|
|
|
# Utilities
|
2024-05-08 00:56:19 +08:00
|
|
|
tqdm==4.66.4
|
2024-08-13 20:08:06 +08:00
|
|
|
requests==2.32.3
|
|
|
|
prettytable==3.11.0
|
|
|
|
|
|
|
|
# Optional dependencies (comment out if not needed)
|
|
|
|
# albumentations==1.4.13
|
|
|
|
# coloredlogs==15.0.1
|