Face Recognition App

screely-1668830774636

Click Here to Demo

Description

💼 About this project

  • Register an account and see your current ranking
  • Copy and paste an image URL to detect any faces
  • After hitting detect, you'll see the image uploaded with a blue box around the recognized face

🖥 About the tech stack

HTML5 Badge CSS3 Badge JavaScript Badge React Badge Create React App Badge

🧠 What I learned

  • How to create registration and sign in forms (clicking the buttons leads to the page and does not use or store the information)
  • How to set the user's signed in state to show different links (Sign In or Sign Out)
  • How to use a javascript library to create effects like particles and parallax tilt
  • How to use an AI API's data model to trace a box over the recognized face
  • How to receive and show an image by its URL, as well as send it to the API