File size: 511 Bytes
f3c2f08
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# ZO1_RIS_Gradio.py dependencies for Hugging Face Spaces
# Core web framework
gradio>=4.0.0

# Numerical computing and data manipulation
numpy>=1.21.0
pandas>=1.3.0

# Image processing and computer vision
opencv-python>=4.5.0
Pillow>=8.3.0
scikit-image>=0.18.0

# Machine learning and AI
scikit-learn>=1.0.0
torch>=1.9.0
torchvision>=0.10.0

# Cellpose for AI cell segmentation
cellpose>=2.0.0

# Visualization
matplotlib>=3.5.0

# Hugging Face Spaces specific
huggingface-hub>=0.16.0