Build a Python Facial Recognition App with Tensorflow, OpenCV and Kivy from stratch
conda create -p env_name python==3.9.12 -y
conda activate env_name
conda install --yes --file requirements.txt or pip install -r requirements.txt
Download the Labeled Faces in the Wild dataset : Link
python faceid.py