File size: 403 Bytes
a7ed780
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# PyTorch and related libraries
torch>=1.10.0
transformers>=4.21.0
diffusers>=0.10.0

# Gradio for the web UI
gradio>=3.16.2

# Object detection
ultralytics>=8.0.0

# Image processing
opencv-python>=4.5.3.56
Pillow>=9.0.0
numpy>=1.21.0

# Wikipedia lookup
wikipedia>=1.4.0

# Upscaling model dependencies
realesrgan>=0.3.0
basicsr>=1.3.2

# Additional utilities
requests>=2.26.0
huggingface_hub>=0.10.1