Skip to content

Instantly share code, notes, and snippets.

@hritik5102
Last active March 23, 2020 09:45
Show Gist options
  • Save hritik5102/e1f0e9eb64ad8dcabd630e89bca42860 to your computer and use it in GitHub Desktop.
Save hritik5102/e1f0e9eb64ad8dcabd630e89bca42860 to your computer and use it in GitHub Desktop.

Python 2

  • pip install opencv-contrib-python
  • pip install numpy
  • pip install matplotlib
  • pip install imutils
  • pip install dlib
  • pip install scipy
  • pip install Pillow
  • pip install SimpleCV
  • pip install mahotas
  • pip install scikit-learn
  • pip install scikit-image
  • pip install face-recognition
  • pip install h5py

Python 3

replace pip to pip3 (e.g pip3 install numpy)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment