Skip to content

Snopcare/Face-recognition-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI powered Face Recognition App

Full Stack Web app which uses the Clarifai API to identify a face in a picture based on it's Face Detection model.

FaceRecognition

Overview

Front-End uses JS with React library. Node.js keeps all connected and provides with npm packages dynamic visuals.

In the Back-End Express and the Database handled using PostgresSQL.

Tech stack

Area Technology
Front-End Javascript, HTML5, CSS3, npm packages (create-react-app, tachyons, react-parallax-tilt, particle-bg)
Runtime environment Node.js, npm package nodemon
Back-End npm packages (express, , body-parser, clarifai-nodejs-grpc, cors)
API Testing Postman
Database PostgreSQL, pgAdmin 4, npm packages (bcrypt-nodejs,knex, pg)
Deployment Render

Screenshots

Register

Registered users name and Email is stored in a database using PostgreSQL and password hashed using Bcrypt. FaceRecognition

Sign in

FaceRecognition

Acknowledgements

Big thanks to Andrei Neagoie for the complete Web developer course.