28 lines
513 B
Plaintext
28 lines
513 B
Plaintext
# Core dependencies
|
|
datasets>=2.14.0
|
|
soundfile>=0.12.1
|
|
requests>=2.31.0
|
|
tqdm>=4.65.0
|
|
pandas>=2.0.0
|
|
pyarrow>=12.0.0
|
|
numpy>=1.24.0
|
|
huggingface_hub>=0.16.0
|
|
|
|
# Async and concurrent processing
|
|
aiohttp>=3.8.0
|
|
asyncio-throttle>=1.0.0
|
|
|
|
# Performance monitoring
|
|
psutil>=5.9.0
|
|
matplotlib>=3.7.0
|
|
|
|
# Vosk for transcription
|
|
vosk>=0.3.45
|
|
|
|
# Flask for API (if using Flask version)
|
|
flask>=2.3.0
|
|
gunicorn>=21.0.0
|
|
|
|
# Additional optimizations
|
|
uvloop>=0.17.0 # Faster event loop for asyncio
|
|
orjson>=3.9.0 # Faster JSON processing |