const Projects = ({ github_repos }) => {


return (


{/* FACE RECOGNITION APP */}

Face recognition app made in React.

CSS3 Badge HTML5 Badge JavaScript Badge React Badge
Screenshot of Face Recognition App

💼 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

🧠 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

)


}


export default Projects;