Full Stack Face Recognition WebApp built using React, Node, Clarifai API and hash secured Postgres database deployed on Heroku Platform.
You have to set up both frontend and backend server.
-
Create a folder
mkdir smart-face cd smart-face
-
Clone the frontend repository.
git clone https://github.com/aashish-khatri/smart-face-frontend.git
-
Install dependencies
npm install
-
Start the development server
npm start