pong / requirements.txt
chrisxx's picture
Add Neural Pong application files
8746765
# Core ML framework
torch>=2.0.0
torchvision>=0.15.0
# Web framework
flask>=3.1.0
flask-cors>=6.0.0
flask-socketio>=5.5.0
eventlet>=0.40.0
# Data processing
numpy>=1.24.0
pillow>=10.0.0
einops>=0.7.0
# Configuration
pyyaml>=6.0
omegaconf>=2.3.0
# Type hints
jaxtyping>=0.2.0
# Hugging Face Hub (for model loading if needed)
huggingface-hub>=0.20.0