Skip to content

A Backend App for Face Recognition App, built with Node/Express 🕵️‍

Notifications You must be signed in to change notification settings

evansmusomi/face-recognition-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Recognition API

A backend NodeJS/Express API for a face recognition app built with ReactJS 🕵️‍

User Related Endpoints

Each endpoint manipulates or displays information related to Users

  • Register : POST /register (register new users)
  • Signin : POST /signin (signin existing users)
  • Profile : GET /profile/:id (retrieve specified user profile)

Face Recognition Related Endpoints

Each endpoint manipulates or displays information related to Face Recognition Attempts

  • Image : PUT /image (update number of face recognition attempts)
  • Imageurl : POST /imageurl (submit image url for face recognition)

Technology Stack

  • NodeJS/Express
  • Postgres
  • Clarifai API

Current Client(s)

About

A Backend App for Face Recognition App, built with Node/Express 🕵️‍

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published