Skip to content

Instantly share code, notes, and snippets.

@benjamintanweihao
Created March 4, 2018 12:47
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 benjamintanweihao/8642ee02b2d71d956fbc66385c22aba6 to your computer and use it in GitHub Desktop.
Save benjamintanweihao/8642ee02b2d71d956fbc66385c22aba6 to your computer and use it in GitHub Desktop.
conda env create -f environment.yml
name: pyimagesearch
channels:
- https://conda.anaconda.org/menpo
- conda-forge
dependencies:
- python==3.6
- numpy
- matplotlib
- jupyter
- opencv3
- scikit-learn
- scipy
- h5py
- seaborn
- pandas
- tensorflow-gpu
- pip:
- git+https://github.com/fchollet/keras.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment