Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1 KB

README.md

File metadata and controls

45 lines (34 loc) · 1 KB
Logo

SmartFaceRecognition

Full Stack Face Recognition WebApp built using React, Node, Clarifai API and hash secured Postgres database deployed on Heroku Platform.

Heroku Status

demo

🛠 Installation & Set Up

You have to set up both frontend and backend server.

  1. Create a folder

    mkdir smart-face
    cd smart-face
  2. Clone the frontend repository.

    git clone https://github.com/aashish-khatri/smart-face-frontend.git
  3. Install dependencies

    npm install
  4. Start the development server

    npm start