This commit is contained in:
reizha
2025-07-11 19:14:55 +07:00
parent e1bff1cac2
commit 831085d8b3
37 changed files with 20947 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# Core PyTorch and ML dependencies
torch>=2.0.0
torchvision>=0.15.0
torchaudio>=2.0.0
numpy>=1.21.0
# Flask web framework
flask>=2.3.0
flask-cors>=4.0.0
# Optional but useful
requests>=2.28.0
# Development/debugging (optional)
python-dotenv>=1.0.0