This is the backend repository for the 'Face Recognition' web app. The frontend repository can be found here.
This app was developed using Javascript as prime language both in frontend and backend.
Frontend repository can be found here.
- Node.js
- Express
- PostgreSQL
- Knex.js (to connect server and database)
- Cors (to allow access to the backend)
App uses the 'Face Detection' model provided by Clarifai API in order to detect faces in a picture.
particles.js was used to get the dynamic background in the frontend.
App was deployed using Heroku.