In this project different face datasets are collected and trained. Final model is stored and results are predicted. I used tkinter as GUI to create a desktop applications.
- Create a new virtuual environment with python=3.6.9
- Activate the created environment
- Install requirements.txt in the newly created environment
- conda install -c anaconda mxnet
- conda install -c conda-forge dlib
- pip uninstall numpy
- pip uninstall numpy
- pip install numpy==1.16.1
- cd src
- python app.py