48 lines
737 B
Plaintext
48 lines
737 B
Plaintext
|
# 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
|
||
|
|
||
|
# Other dependencies
|
||
|
pyyaml
|
||
|
click
|
||
|
colorama
|
||
|
tqdm
|