BodyBalanceEvaluation/backend/requirements.txt

49 lines
745 B
Plaintext
Raw Normal View History

2025-07-28 11:59:56 +08:00
# Web framework and API
Flask
Flask-CORS
Flask-SocketIO
# Data processing and scientific computing
numpy
pandas
scipy
# Computer vision and machine learning
opencv-python
# mediapipe # Not compatible with Python 3.13 yet
# torch # May have compatibility issues with Python 3.13
# torchvision # May have compatibility issues with Python 3.13
scikit-learn
# Image processing and visualization
matplotlib
seaborn
Pillow
# Data visualization and report generation
reportlab
# Serial communication
pyserial
# Audio/video processing
ffmpeg-python
# Network requests and utilities
requests
python-dateutil
psutil
watchdog
# Development and testing tools
pytest
pytest-cov
flake8
black
debugpy
2025-07-28 11:59:56 +08:00
# Other dependencies
pyyaml
click
colorama
tqdm