Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 853 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 853 Bytes

Face Recognition App API

This is the API for the Face Recognition Brain full-stack application where users can register and login to create a facial recognition profile. They can then upload images to identify faces using machine learning.

View the front-end repository here

Features

  • User registration and login
  • Insert URL of image to detect faces
  • Face Detection using Clarifai API
  • Tracking number of user image uploads

Technologies

  • NodeJS
  • ExpressJS
  • PostgreSQL
  • Docker
  • Knex.js - Library for connecting our server to the database
  • BcryptJS - Library for hashing passwords
  • Clarifai API - Computer vision API for facial recognition