Avatar-Speech / setup /env-windows.yml
agkavin
Reorganize setup files and update documentation
21328a8
# Minimal template for Windows — not a full env export.
# For a complete install use: conda run -n avatar pip install -r backend/requirements.txt
# Reference full export: setup/env-linux.yml
name: avatar
channels:
- pytorch
- nvidia
- defaults
- conda-forge
dependencies:
- python=3.12.12
- pip=26.0.1
- sqlite
- openssl
- bzip2
- ca-certificates
- pip:
# Core ML & UI
- torch==2.5.1 --index-url https://download.pytorch.org/whl/cu124
- torchvision==0.20.1 --index-url https://download.pytorch.org/whl/cu124
- torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu124
- accelerate==0.28.0
- diffusers==0.30.2
- transformers==4.39.2
- onnxruntime==1.24.3
- llama-cpp-python==0.3.16
# Computer Vision & Multimedia
- opencv-python==4.13.0.92
- mmdet==3.3.0
- mmcv-lite==2.2.0
- mmengine==0.10.7
- moviepy==2.2.1
- librosa==0.10.2
- soundfile==0.12.1
- sounddevice==0.5.5
# LiveKit & API
- livekit==1.1.2
- livekit-agents==1.4.4
- fastapi==0.135.1
- uvicorn==0.41.0
- openai==2.25.0
# Utilities & Math
- numpy==2.4.2
- pandas==3.0.1
- scipy==1.17.1
- matplotlib==3.10.8
- pydantic==2.12.5
- huggingface-hub==0.36.2
- einops==0.8.1
- tqdm==4.65.2
- pillow==11.3.0