Skip to content

akahardzzz0011/FaceDetectionApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FaceDetectionApp

This application analyses face images and classifies into three categories, age by group, gender and ethnicity.

Prerequisites

First install Node.js in to your local system with command:

sudo apt install nodejs

Installation

  1. Clone the repo
    git clone https://github.com/akahardzzz0011/FaceDetectionApp.git
  2. Install node modules into ./server
    npm install
  3. Install node modules to client in ./client
     npm install
  4. Set environment variables in ./client/.env.local
    REACT_APP_SERVER_HOST_ADDRESS="http://localhost:3003/"
  5. Run server in ./server
    npm start
  6. Run client in ./client
     npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published