# AI Character Server dependencies # Install with: pip install -r requirements.txt # Web server fastapi==0.115.6 uvicorn[standard]==0.34.0 websockets==14.1 # Face swap insightface==0.7.3 onnxruntime-gpu==1.20.1 opencv-python-headless==4.10.0.84 # Voice conversion (RVC) torch>=2.0.0 torchaudio>=2.0.0 fairseq>=0.12.2 numpy>=1.24.0 # Utilities pillow>=10.0.0 scipy>=1.11.0 librosa>=0.10.0 soundfile>=0.12.0