transcription/requirements.txt

27 lines
413 B
Plaintext
Raw Normal View History

fastapi
uvicorn[standard]
python-multipart
websockets
python-docx
pyyaml
whisperx
# Auth
bcrypt>=4.0.0
python-jose[cryptography]
# RAG (native Python engine: BM25/FTS5 + sqlite-vec + LLM rerank)
openai>=1.0.0
python-dotenv>=1.0.0
httpx>=0.27.0
sentence-transformers>=3.0.0
numpy>=1.24.0
rank_bm25>=0.2.2
sqlite-vec>=0.1.0
# Document ingestion
pymupdf>=1.24.0
openpyxl>=3.1.0
Pillow>=10.0.0
pytesseract>=0.3.10