Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save parrondo/612f79d4a5e302467270be54d2260b07 to your computer and use it in GitHub Desktop.

Select an option

Save parrondo/612f79d4a5e302467270be54d2260b07 to your computer and use it in GitHub Desktop.
Anaconda Keras / TensorFlow environment setup
Install TensorFlow, Keras, and some other tools to a new anaconda environment.
Open Anaconda Prompt
conda create --name keras35 python=3.5
conda activate keras35
conda install jupyter
conda install scipy
conda install spyder
pip install tensorflow
pip install pyyaml h5py
pip install keras
pip install opencv-python
pip install matplotlib seaborn argparse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment