mirror of
https://github.com/Nighthawk42/VDM.git
synced 2026-08-30 04:30:21 +00:00
30 lines
413 B
Plaintext
30 lines
413 B
Plaintext
# Core server
|
|
fastapi
|
|
uvicorn
|
|
pydantic
|
|
starlette
|
|
orjson
|
|
httpx
|
|
|
|
# Vector & embeddings
|
|
chromadb
|
|
sentence-transformers
|
|
# NumPy 2 + SciPy that plays nice with it
|
|
numpy==2.0
|
|
scipy
|
|
|
|
# Audio stack (modern, NumPy 2 compatible)
|
|
librosa
|
|
soundfile
|
|
soxr
|
|
|
|
# TTS / GPU bits you were already using (pin to your known-good set)
|
|
#torch
|
|
#torchaudio
|
|
#torchvision
|
|
|
|
# Kokoro TTS (your current)
|
|
kokoro
|
|
|
|
# Misc already in your tree
|
|
rich |