Recognition from photos

This project involves recognizing faces from photos using Python.

Procedure

  1. Download the files

    git clone https://github.com/ArduinoDenis/riconoscimento-dalle-foto.git
  2. 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
  3. Install the Requirements

    pip3 install -r requirements.txt
  4. Run the Python File

    python3 riconoscimento_dalle_foto.py

Follow these steps to set up and execute the face recognition from photos.

Last updated