Skip to content

Instantly share code, notes, and snippets.

@uborzz
Last active May 15, 2019 07:53
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 uborzz/ab0645063f22af6fe29fcaae85dfeccc to your computer and use it in GitHub Desktop.
Save uborzz/ab0645063f22af6fe29fcaae85dfeccc to your computer and use it in GitHub Desktop.
keras-opencv conda env

With python 3.6 create conda env called keras-cv (GUI...)

On the prompt: Activate your new environment by typing the following in Terminal.

  • source activate keras-cv //// (Windows) activate keras-cv

Install packages

  • pip install --upgrade pip
  • pip install tensorflow
  • pip install keras
  • conda install scikit-learn
  • pip install pillow
  • conda install -c conda-forge opencv
  • pip install -U matplotlib
  • pip install pandas
  • pip install tqdm
  • pip install pydot
  • pip install scikit-image
  • pip install graphviz

On the Anaconda Navigator (GUI): install jupyter notebook on keras-cv

Launching jupyter with specific folder (anconda prompt, windows):

  • activate keras-cv
  • jupyter notebook --notebook-dir='I:\PythonScripts\keras-opencv'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment