conda create -n venv python=3.9
conda activate venv
sudo apt-get install python3.9-distutils
pip install -r requirements.txt
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
conda install ffmpeg
sudo apt install ffmpeg
sudo apt install libsox-dev
conda install -c conda-forge 'ffmpeg<7'
brew install ffmpeg
winget install ffmpeg
or
choco install ffmpeg
python3 download_model.py
ollama run qwen2:7b
ollama serve
python3 app.py
Special thanks to the following projects and contributors: