Created
December 7, 2021 18:23
-
-
Save epignatelli/123478dc4fdd023f0024918bc84a78b8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# activate shell | |
source $HOME/anaconda3/etc/profile.d/conda.sh | |
./anaconda3/bin/conda init | |
# download privacy notebook | |
git clone https://[email protected]/astanziola/privacy-exercise | |
conda env create -f privacy-exercise/env/environment.yml | |
# download computer vision notebook | |
git clone https://[email protected]/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