Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 971 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 971 Bytes

Face app


CI build

The purpose of this application was to create a simple project based on React.js and face-api.js. This application allow to face recognition and tag people on photos.

Use Case

  • User can upload image file
  • User can tag people on image files
  • User can tag faces on image files

Tech stack

Installation

  • npm install for required dependencies
  • npm start for run application

Important custom files

public/models - model files

src/components/Navbar.jsx - Navbar component

src/components/NewPost.jsx - New post component

src/App.jsx - Main application file

src/App.css - Styles file


image