The face recognition software is based on a series of steps (and a python script for each one) detailed in the next sections.
It is required to have installed Python 3. On Ubuntu run
sudo apt update
andsudo apt install python3-pip
.
To check versions runpython3 --version
orpip3 --version
.
First, you will need to download Tkinter: https://www.activestate.com/products/tcl/downloads/ In ubuntu sudo apt-get install python3-pil python3-pil.imagetk
# execute the following commands
pip3 install Pillow
pip3 install numpy
pip3 install opencv-python
pip3 install tensorflow
# run the app
python3 application.py