/Facial-Recognition-System

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

To run:

  1. Create a new folder

  2. Clone this repository

  3. Create a Virtual Environment according to your OS

  4. Run this command in the terminal pip install -r requirements.txt

  5. Download Model Weights by running this commands in the terminal("curl" for Linux Users, "curl.exe" for windows Users)

    curl.exe -L "https://drive.usercontent.google.com/download?id={1486FAkWkeZB06gncSoMvdsI4OAbhdmx2}&confirm=xxx" -o "InceptionResnetV1_state_dict.pth"

    curl.exe -L "https://drive.usercontent.google.com/download?id={1FL9kSke0UWUC4VDKFez5Uv9MqHqQj3RL}&confirm=xxx" -o "yolov8m.pt"

  6. Run the main.py python file python main.py