mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-12-16 11:25:48 -07:00
Revert from Gitea Mirror Due to Catastrophic Destruction in Github
This commit is contained in:
40
Data/Server/server-requirements.txt
Normal file
40
Data/Server/server-requirements.txt
Normal file
@@ -0,0 +1,40 @@
|
||||
#////////// 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
|
||||
Reference in New Issue
Block a user