Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 337 Bytes

Readme.md

File metadata and controls

8 lines (8 loc) · 337 Bytes

Eigenfaces with sklearn PCA

  • Create a python3 virtualenv named venv
  • Activate it: source venv/bin/activate
  • Install requirements: pip install -r requirements.txt
  • Install your venv to be used by ipython3: python -m ipykernel install --user --name venv --display-name venv
  • launch jupyter notebook