Skip to content

First Release

Latest
Compare
Choose a tag to compare
@chutrunganh chutrunganh released this 28 Dec 04:34
· 15 commits to master since this release

🚀 Quick Start Guide

Thank you for choosing our Face Recognition App! We're excited to share this project with you. Follow the steps below to get started:

  1. Extract the Compressed File

Unzip the downloaded file to a location of your choice. You're just one step away from setting up the app!

  1. Install Dependencies

Next, you'll need to set up your Python environment and install the required libraries. Here’s how to do it:

python3.12 -m venv venv
.\venv\Scripts\activate.bat  # For Windows CMD
pip install -r requirements.txt

Note: This setup has been tested on Windows. If you're on Linux and encounter any issues, you may need to adjust the dependencies manually. Feel free to open an issue if you need assistance!

  1. Run the Application

Once the setup is complete, launch the python file 4.Pipeline1_Application_FaceNet_SVM_GUI.py

While we didn’t have time to package it as an executable just yet, we hope you’ll still enjoy using it!

Please note that this version uses models trained on a limited dataset, so the accuracy may poor. However, this is intended for demonstration purposes only.

Dive into the world of Face Recognition and explore all the possibilities! 🎉