/smart-brain

A beautiful Face Detection application using Tensorflow.js image recognition API, Node.js and React.js

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Face-Detection-App

A beautiful Face Detection application, which uses the "Clarifai API" for the face recognition, React for the front end NodeJS and express for the back end and PostgreSQL for the database management.
I created this project with Create React App.

To run on your local machine

Step 1: git clone https://github.com/codekhal/smart-brain.git

Step 2: cd smart-brain

Step 3: npm install

Step 4: npm start

Run the app in the development mode.

Open http://localhost:3000 to view it in the browser.