FaceTagger-FE is a web-based frontend sample designed to demonstrate the functionalities of the FaceTagger library, a powerful tool for classifying images based on facial recognition.
-
Routing: Seamless navigation through different components, enabled by
react-router-dom
. -
User Authentication:
- Sign up: Create a new account for accessing the service.
- Log in: Get into the application with registered details.
-
Image Drag & Drop: User-friendly interface to drag and upload images for processing.
-
Grouping & Image Classification Display: Witness the prowess of FaceTagger as it groups and classifies your images based on recognized faces.
Experience the FaceTagger with this frontend sample by following the steps below:
-
Clone the Repository:
git clone https://github.com/face-tagger/facetagger-fe.git
-
Enter the Project Directory:
cd facetagger-fe/front
-
Set up Dependencies:
npm install
-
Launch the Sample:
npm start
Feel free to fork, tweak, and submit a pull request. If you have substantial changes in mind, please open an issue to discuss them.
This project embraces the MIT License. Dive into the LICENSE
file for more specifics.
Experience the efficiency and functionality of the FaceTagger library through this frontend demonstration. Dive in and explore!
(Note: Ensure to replace yourusername
in URLs with the right GitHub username or the accurate path to the repository.)