Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save rlan/33eb4e93de517f5928725f5f2a916e60 to your computer and use it in GitHub Desktop.

Select an option

Save rlan/33eb4e93de517f5928725f5f2a916e60 to your computer and use it in GitHub Desktop.
My TensorFlow and Keras installation in virtual environment
  1. Create virtual environment
virtualenv -p /usr/local/bin/python3 my_project
source my_project/bin/activate
  1. Install tensorflow
  2. Install the following in the virtual environment:
pip install -r requirements.txt

requirements.txt

h5py
jupyterlab
Keras
matplotlib
nltk
opencv-python
pandas
pydot
scikit-image
scikit-learn
seaborn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment