This is the frontend repository for the 'Face Recognition' web app. The backend repository can be found here.
This project was bootstrapped with Create React App.
This app was developed using Javascript as prime language both in frontend and backend.
- Node.js
- Express
- PostgreSQL
- Knex.js (to connect server and database)
- Cors (to allow access to the backend)
Backend repository can be found here.
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.