File size: 429 Bytes
32d67cd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
28
# CycleGAN Gradio UI for HuggingFace Spaces
# Core Dependencies
torch>=2.5.0
torchvision>=0.20.0

# Web Framework
gradio>=4.40.0

# Image Processing
Pillow>=10.0.0
opencv-python>=4.8.0

# Data & Visualization
numpy>=1.24.0
matplotlib>=3.8.0
scikit-image>=0.21.0

# HuggingFace Integration
huggingface-hub>=0.23.0
datasets>=2.16.0

# Utilities
tqdm>=4.66.0
requests>=2.31.0

# Optional: For better performance
tensorboard>=2.14.0