mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-07-27 04:28:28 -06:00
- Added More Dark Theming throughout Borealis - Added API Data Collector Node - Added Image Viewer Node - Added Agent Deployment Script (Powershell)
23 lines
679 B
Plaintext
23 lines
679 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 Hhandling
|
|
Flask
|
|
requests
|
|
|
|
# GUI-related dependencies (Qt for GUI components)
|
|
Qt.py
|
|
qtpy
|
|
OdenGraphQt
|
|
PyQt5
|
|
|
|
# Computer Vision & OCR Dependencies
|
|
numpy # Numerical operations
|
|
opencv-python # Computer vision processing
|
|
pytesseract # OCR engine
|
|
easyocr # Deep-learning-based OCR
|
|
Pillow # Image processing
|
|
|
|
# API Collector Agent Dependencies |