Spaces:
Sleeping
Sleeping
File size: 675 Bytes
d884d3c d3a44ea eaacb2d d3a44ea d884d3c d3a44ea d884d3c d3a44ea d884d3c c993e75 5812284 eaacb2d d3a44ea d884d3c 93a37c4 c993e75 d3a44ea d884d3c 676e586 d884d3c 676e586 c993e75 fd6e070 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | # --- API --- fastapi==0.95.2 uvicorn==0.22.0 pydantic==1.8.2 python-multipart==0.0.6 python-dotenv==1.0.0 # --- OCR / imaging --- pytesseract==0.3.10 Pillow==10.0.0 opencv-python-headless==4.7.0.72 PyMuPDF==1.22.5 # --- NLP --- spacy==3.2.4 thinc==8.0.17 # pin to match spaCy 3.2.x typing-extensions==4.5.0 # avoids the issubclass/type-check blowup negspacy==1.0.2 fuzzywuzzy==0.18.0 python-Levenshtein==0.21.1 regex==2023.8.8 # --- Transformers / Torch --- transformers==4.32.1 tokenizers==0.13.3 torch==2.0.1 # --- Data --- pandas==2.0.3 numpy==1.25.2 # --- Cloud / APIs --- firebase-admin==5.1.0 google-generativeai==0.3.1 PyMuPDF==1.22.5 #fitz |