Full-stack web application which uses React on the frontend, Node.js on the backend and a machine learning API platform called Clarifai to detect faces in images submitted via an input form.
It utilizes a PostgreSQL database to store users and ranks them according to the amount of images submitted for face detection.
View working demo
This project was bootstrapped with Create React App.
- Clone this repo
- Run npm install
- Run npm start