Skip to content

Instantly share code, notes, and snippets.

@epignatelli
Created December 7, 2021 18:23
Show Gist options
  • Save epignatelli/123478dc4fdd023f0024918bc84a78b8 to your computer and use it in GitHub Desktop.
Save epignatelli/123478dc4fdd023f0024918bc84a78b8 to your computer and use it in GitHub Desktop.
# activate shell
source $HOME/anaconda3/etc/profile.d/conda.sh
./anaconda3/bin/conda init
# download privacy notebook
git clone https://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@github.com/astanziola/privacy-exercise
conda env create -f privacy-exercise/env/environment.yml
# download computer vision notebook
git clone https://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@github.com/epignatelli/scalable-recognition-with-a-vocabulary-tree
conda env create -f scalable-recognition-with-a-vocabulary-tree/env/sberbank_unix.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment