Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-07-22 22:58:28 +05:30
parent d1308bf149
commit bc8bf2007d
99 changed files with 4784 additions and 111 deletions
+10
View File
@@ -0,0 +1,10 @@
# YOLO (ultralytics) + Real-ESRGAN (realesrgan/basicsr/gfpgan) + Whisper (faster-whisper).
# torch/torchvision are installed in the Dockerfile first (cu121).
runpod==1.7.9
ultralytics==8.3.40
realesrgan==0.3.0
basicsr==1.4.2
gfpgan==1.3.8
faster-whisper==1.0.3
numpy==1.24.4
Pillow==10.4.0