ZO1_Network / requirements.txt
Pbagnaninchi's picture
main app files and file needed
f3c2f08 verified
raw
history blame contribute delete
511 Bytes
# 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