feat
This commit is contained in:
15
web-model/requirements.txt
Normal file
15
web-model/requirements.txt
Normal 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
|
Reference in New Issue
Block a user