Skip to content

Instantly share code, notes, and snippets.

@benjamintanweihao
Created March 4, 2018 12:47
Show Gist options
  • Select an option

  • Save benjamintanweihao/8642ee02b2d71d956fbc66385c22aba6 to your computer and use it in GitHub Desktop.

Select an option

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