openlipsync / debian_deps.sh
miguelamendez's picture
Initial upload of directory
a73c654 verified
#!/bin/bash
sudo apt -y install libgl1
sudo apt -y install ffmpeg
sudo apt -y install curl
curl -LsSf https://astral.sh/uv/install.sh | sh
# OpenCV dependencies
uv init --python=3.11
uv add pip
uv run pip install -r requirements.txt