| # 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 |