- Implemented Agent-based Data Collection Nodes
- Added More Dark Theming throughout Borealis - Added API Data Collector Node - Added Image Viewer Node - Added Agent Deployment Script (Powershell)
This commit is contained in:
@ -3,7 +3,7 @@ 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 handling
|
||||
# Flask for API Hhandling
|
||||
Flask
|
||||
requests
|
||||
|
||||
@ -13,9 +13,11 @@ qtpy
|
||||
OdenGraphQt
|
||||
PyQt5
|
||||
|
||||
# Computer Vision & OCR dependencies
|
||||
# Computer Vision & OCR Dependencies
|
||||
numpy # Numerical operations
|
||||
opencv-python # Computer vision processing
|
||||
pytesseract # OCR engine
|
||||
easyocr # Deep-learning-based OCR
|
||||
Pillow # Image processing
|
||||
Pillow # Image processing
|
||||
|
||||
# API Collector Agent Dependencies
|
Reference in New Issue
Block a user