Initial commit: Whisper API with FastAPI, GPU support and Admin Dashboard
This commit is contained in:
35
requirements.txt
Normal file
35
requirements.txt
Normal file
@@ -0,0 +1,35 @@
|
||||
# Web Framework
|
||||
fastapi==0.109.0
|
||||
uvicorn[standard]==0.27.0
|
||||
python-multipart==0.0.6
|
||||
jinja2==3.1.3
|
||||
aiofiles==23.2.1
|
||||
|
||||
# Whisper
|
||||
openai-whisper==20231117
|
||||
faster-whisper==0.10.0
|
||||
torch==2.1.2
|
||||
torchaudio==2.1.2
|
||||
|
||||
# Database
|
||||
sqlalchemy==2.0.25
|
||||
alembic==1.13.1
|
||||
|
||||
# Audio processing
|
||||
librosa==0.10.1
|
||||
soundfile==0.12.1
|
||||
|
||||
# Utilities
|
||||
python-dotenv==1.0.0
|
||||
pydantic==2.5.3
|
||||
pydantic-settings==2.1.0
|
||||
httpx==0.26.0
|
||||
|
||||
# Monitoring
|
||||
psutil==5.9.6
|
||||
|
||||
# Scheduling
|
||||
apscheduler==3.10.4
|
||||
|
||||
# Optional: Sentry
|
||||
# sentry-sdk==1.39.2
|
||||
Reference in New Issue
Block a user