Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 1.74 KB

README.md

File metadata and controls

60 lines (38 loc) · 1.74 KB

FaceTagger-FE

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.


Features

  • 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.


Getting Started

Experience the FaceTagger with this frontend sample by following the steps below:

  1. Clone the Repository:

    git clone https://github.com/face-tagger/facetagger-fe.git
  2. Enter the Project Directory:

    cd facetagger-fe/front
  3. Set up Dependencies:

    npm install
  4. Launch the Sample:

    npm start

Contributing

Feel free to fork, tweak, and submit a pull request. If you have substantial changes in mind, please open an issue to discuss them.


License

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.)