mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-07-27 04:08:29 -06:00
Added WebRTC Video Streaming Dependencies
This commit is contained in:
@ -10,4 +10,10 @@ PyQt5
|
|||||||
qasync
|
qasync
|
||||||
|
|
||||||
# Computer Vision & OCR Dependencies
|
# Computer Vision & OCR Dependencies
|
||||||
Pillow
|
opencv-python # Computer vision processing
|
||||||
|
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
|
@ -20,4 +20,9 @@ numpy # Numerical operations
|
|||||||
opencv-python # Computer vision processing
|
opencv-python # Computer vision processing
|
||||||
pytesseract # OCR engine
|
pytesseract # OCR engine
|
||||||
easyocr # Deep-learning-based OCR
|
easyocr # Deep-learning-based OCR
|
||||||
Pillow # Image processing
|
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
|
Reference in New Issue
Block a user