Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.26 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.26 KB

Welcome to Face Recognition App API

Full Stack App developed primarily using React.js, Redux, Node.js, Express.js, PostgreSQL. State Management is handled using Redux. This app identifies & detects faces in any image supplied. Data is stored securely using PostgreSQL, with passwords being hashed.

Instructions

The App is split into two components, This repo hosts the server/database side. To simulate a client-server environment, please go to my Front-End React Repo https://github.com/terencehh/face-recognition-app and follow the instructions there. Note that you will need to specify your own database settings. Another thing to note is that my App utilizes Clarifai's Face Detection API. If you want to deploy your own build, you will need to sign up with Clarifai and utilize their API Key in order to use their services.

Install

npm install

Usage

node server.js

Author

👤 Terence Ng

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator