CBCFacil v8.0 - Refactored with AMD GPU support
This commit is contained in:
@@ -1,17 +1,31 @@
|
||||
Flask
|
||||
Flask-CORS
|
||||
Pillow
|
||||
easyocr
|
||||
numpy
|
||||
openai-whisper
|
||||
opencv-python-headless
|
||||
pdf2image
|
||||
pypdf
|
||||
python-docx
|
||||
python-dotenv
|
||||
pytesseract
|
||||
reportlab
|
||||
requests
|
||||
torch
|
||||
transformers
|
||||
webdavclient3
|
||||
# Core web framework
|
||||
Flask>=3.0.0
|
||||
Flask-CORS>=4.0.0
|
||||
|
||||
# AI/ML dependencies
|
||||
torch>=2.0.0
|
||||
torchvision>=0.15.0
|
||||
openai-whisper>=20231117
|
||||
transformers>=4.30.0
|
||||
easyocr>=1.7.0
|
||||
|
||||
# Image processing
|
||||
Pillow>=10.0.0
|
||||
opencv-python-headless>=4.8.0
|
||||
|
||||
# Document processing
|
||||
pdf2image>=1.17.0
|
||||
pypdf>=3.17.0
|
||||
python-docx>=0.8.11
|
||||
reportlab>=4.0.0
|
||||
pytesseract>=0.3.10
|
||||
|
||||
# Utilities
|
||||
numpy>=1.24.0
|
||||
requests>=2.31.0
|
||||
python-dotenv>=1.0.0
|
||||
webdavclient3>=0.9.8
|
||||
|
||||
# Optional: for enhanced functionality
|
||||
# unidecode>=1.3.7 # For filename normalization
|
||||
# python-magic>=0.4.27 # For file type detection
|
||||
|
||||
Reference in New Issue
Block a user