Skip to content

Instantly share code, notes, and snippets.

@jeffg-dev
Created March 29, 2017 00:45
Show Gist options
  • Select an option

  • Save jeffg-dev/28e0fe58644b8af48f97a3e18fe08302 to your computer and use it in GitHub Desktop.

Select an option

Save jeffg-dev/28e0fe58644b8af48f97a3e18fe08302 to your computer and use it in GitHub Desktop.

Revisions

  1. jeffg-dev created this gist Mar 29, 2017.
    14 changes: 14 additions & 0 deletions anaconda-tensorflow-keras.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    Install TensorFlow (CPU), Keras, and some other tools to a new anaconda environment.

    Open Anaconda Prompt

    conda create --name tensorflow35 python=3.5
    conda activate tensorflow35
    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