Files
filewizard/requirements.txt
2025-09-17 18:52:18 +00:00

23 lines
355 B
Plaintext

# requirements.txt
# Web framework
fastapi
uvicorn[standard]
python-multipart
jinja2
# PDF OCR
ocrmypdf
PyPDF2
# Audio Transcription
faster-whisper
# The following are core dependencies for faster-whisper,
# but it's good to list them explicitly.
# ctranslate2
# transformers
# torch # Note: torch is a dependency of transformers
# Utilities
werkzeug