Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.3 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.3 KB

faceRecognition-front

This app was built as the final project during the course Complete Web Developer by Andrei Neagoie. Backend here https://github.com/SEN-RAD/faceRecognitionApi


Idea and Functionality 🚀

Copy-paste a link to an image, and the app detects the faces in the picture and keeps count of how many pictures the user has uploaded.

⚡️ AI face detection.

⚡️ User uploads counter.

⚡️ Registration and sign-in functions.


Lessons Learned 📋

  • How to build and deploy a full-stack application using React, Node, and PSQL.
  • How to work with Class components and Lifecycle Methods in React.
  • How to read API documentation and follow instructions to do fetch requests and integrate an AI pre-built model.
  • How to use bcrypt and environment variables to hide sensitive information (e.g. passwords).
  • How to use npm packages for styling.

Room for Improvement 🔧

At the moment, if the user uploads an image of a group, the app is only able to recognize one face. This needs to be changed, so it can recognize all the faces in the photo.


Technologies used 🛠️