Initial Real-ESRGAN API project setup

This commit is contained in:
Developer
2026-02-16 19:56:25 +01:00
commit 0e59652575
34 changed files with 3668 additions and 0 deletions

11
requirements.txt Normal file
View File

@@ -0,0 +1,11 @@
fastapi==0.115.6
uvicorn[standard]==0.34.0
python-multipart==0.0.18
pydantic-settings==2.7.1
psutil==6.1.1
# Real-ESRGAN and dependencies
opencv-python==4.10.0.84
numpy==1.26.4
scipy==1.14.1
tqdm==4.67.1