Prerequisites:
- Anaconda
Install steps
- Create the environment. First clone this repository and cd into the repo. The easiset way to create the environment is to run the following command from an anaconda prompt on windows or from any terminal on linux: conda env create -f eigenface.yml
- Activate the environment by running the following command from an anaconda prompt: conda activate eigenface
- Next launch Jupyter Notebooks (If on windows you may need to install this through Anaconda navigator. Open Anaconda navigator and click install in the Jupyter Notebook tile). You can do this through the anaconda navigator on Windows (in linux run jupyter-notebook)
- Navigate to Eigenface.ipynb
- Click Cell-> Run All