olafsulich / Face-Rocognize-App

An application that recognizes your face

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project title πŸš€

App which recognize faces from picture.

Motivation πŸŽ‰

I wanted to discover and learn some API. I choose Face API

Screenshots πŸ“Ί

Design

Tech/framework used πŸ”§

  • HTML5
  • SCSS
  • ES6+

Code Example/Issues πŸ”

I used Face API documentation when I had some problems.

 const detections = await faceapi
      .detectAllFaces(image)
      .withFaceLandmarks()
      .withFaceDescriptors();
    const resizedDetections = faceapi.resizeResults(detections, displaySize);

Installation πŸ“

npm install 

Credits πŸ‘

https://github.com/justadudewhohacks/face-api.js/helps me with many problems.

About

An application that recognizes your face


Languages

Language:CSS 51.7%Language:JavaScript 29.3%Language:HTML 19.0%