Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 596 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 596 Bytes

FaceRecognition App

Note: Switch to the branch multiplefaces if you want to detect multiple faces face

  1. Clone this repo
  2. Run npm install
  3. Run npm start
  4. You must add your own API key in the API/controllers//image.js file to connect to Clarifai.

You can grab your Clarifai API key here Note: We use Postgres as the Database, and you are required to run your server which is in the API File before starting the frontend.