50 lines
754 B
Plaintext
50 lines
754 B
Plaintext
# Web framework and API
|
|
Flask
|
|
Flask-CORS
|
|
Flask-SocketIO
|
|
eventlet
|
|
|
|
# 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
|
|
|
|
# Other dependencies
|
|
pyyaml
|
|
click
|
|
colorama
|
|
tqdm |