Initial Commit

This commit is contained in:
2025-03-28 21:20:36 -06:00
parent 7ef3ce99bb
commit 4b0cc05512
9 changed files with 761 additions and 0 deletions

21
requirements.txt Normal file
View File

@ -0,0 +1,21 @@
# 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 handling
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