Recognition from photos
This project involves recognizing faces from photos using Python.
Procedure
Download the files
git clone https://github.com/ArduinoDenis/riconoscimento-dalle-foto.git
Install Python
For Windows 10 or 11 users, download Python from the Microsoft Store (the procedure is automatic).
For macOS users, download Python by clicking here and follow the installation instructions.
For Linux users, open a terminal and type the following commands:
sudo apt-get install python3 -y sudo apt-get install python3-pip
Install the Requirements
pip3 install -r requirements.txt
Run the Python File
python3 riconoscimento_dalle_foto.py
Follow these steps to set up and execute the face recognition from photos.
Last updated