Removed Legacy Server Codebase

This commit is contained in:
2025-11-01 03:58:43 -06:00
parent bec43418c1
commit da37098d91
106 changed files with 6 additions and 36891 deletions

View File

@@ -1,40 +0,0 @@
#////////// PROJECT FILE SEPARATION LINE ////////// CODE AFTER THIS LINE ARE FROM: <ProjectRoot>/Data/Server/server-requirements.txt
# 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
cryptography
PyJWT[crypto]
pyotp
qrcode
# 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
# Ansible Execution (server-side playbooks)
ansible-core
ansible-compat
ansible-runner
paramiko
pywinrm