28 lines
914 B
Plaintext
28 lines
914 B
Plaintext
# PyTorch and related deep learning libraries (GPU Supported Functionality)
|
|
torch --index-url https://download.pytorch.org/whl/cu121
|
|
torchvision --index-url https://download.pytorch.org/whl/cu121
|
|
torchaudio --index-url https://download.pytorch.org/whl/cu121
|
|
|
|
# Flask for API / WebSockets Handling
|
|
Flask
|
|
requests
|
|
flask_socketio
|
|
flask-cors
|
|
eventlet
|
|
|
|
# GUI-related dependencies (Qt for GUI components)
|
|
Qt.py
|
|
qtpy
|
|
PyQt5
|
|
|
|
# Computer Vision & OCR Dependencies
|
|
numpy # Numerical operations
|
|
opencv-python # Computer vision processing
|
|
pytesseract # OCR engine
|
|
easyocr # Deep-learning-based OCR
|
|
Pillow # Image processing (Windows)
|
|
mss # Fast cross-platform screen capture
|
|
|
|
# WebRTC Video Libraries
|
|
aiortc # Python library for WebRTC in async environments
|
|
av # Required by aiortc for video/audio codecs |