File size: 347 Bytes
25e074b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Core dependencies for Interactive Image Mosaic Generator
torch>=2.0.0
torchvision>=0.15.0
pillow>=9.0.0
numpy>=1.21.0

# GUI framework
gradio>=4.0.0

# Image processing and computer vision
opencv-python>=4.5.0
scikit-image>=0.19.0

# Data analysis and progress tracking
pandas>=1.3.0
tqdm>=4.60.0

# Optional: for better performance
scipy>=1.7.0