Simple overview of use/purpose.
An in-depth paragraph about your project and overview of use.
| # must have miniconda installed | |
| # installation for musicgen | |
| conda create -n audiocraft python=3.9 | |
| conda activate audiocraft | |
| brew install ffmpeg (for mac) | |
| winget install ffmpeg (for windows) | |
| git clone https://github.com/facebookresearch/audiocraft.git | |
| cd audiocraft | |
| python -m pip install -r requirements.txt |