Renamed PIP Requirements Files
This commit is contained in:
22
Data/Server/server-requirements.txt
Normal file
22
Data/Server/server-requirements.txt
Normal file
@ -0,0 +1,22 @@
|
||||
# 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
|
||||
eventlet
|
||||
|
||||
# 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
|
Reference in New Issue
Block a user