Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AntoineToubhans/c5c1c1a07e53c14477880e64ce8fc667 to your computer and use it in GitHub Desktop.
Save AntoineToubhans/c5c1c1a07e53c14477880e64ce8fc667 to your computer and use it in GitHub Desktop.
dvc-streamlit-article
stages:
download_dataset:
cmd: (
wget https://storage.googleapis.com/mledu-datasets/cats_and_dogs_filtered.zip
-O cats_and_dogs_filtered.zip &&
unzip cats_and_dogs_filtered.zip -d data/raw &&
rm cats_and_dogs_filtered.zip
)
outs:
- data/raw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment