Skip to content

Instantly share code, notes, and snippets.

View l-fifa-l's full-sized avatar
🏠
Working from home

Vivek Kumar l-fifa-l

🏠
Working from home
View GitHub Profile
# 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
@DomPizzie
DomPizzie / README-Template.md
Last active May 28, 2024 14:28
A simple README.md template

Project Title

Simple overview of use/purpose.

Description

An in-depth paragraph about your project and overview of use.

Getting Started