Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 1.06 KB

README.md

File metadata and controls

32 lines (16 loc) · 1.06 KB

face-detection-backend

Overview

This React app allows users to optionally sign in and submit images from the web, and then finds faces within those images. If users sign in, then their number of submissions is tracked and shown. The front-end is hosted here on GitHub pages, the back end is hosted on Heroku and includes a PostgreSQL database for storing users and submissions. User passwords are encrypted using bcrypt. Faces are found in the images through an API provided by Clarifai.

Visit the deployed site

Our Team

This single-page React app was made by:

Technologies Implemented