Skip to content

๐Ÿค–๐Ÿ”ฎ๐Ÿ–ฅ Detects faces in an input image and put boxes around them.

Notifications You must be signed in to change notification settings

jayli3n/facial-recognition-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

41 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Live: https://jayli3n.github.io/facial-recognition-web-app/

Detects faces in an input image and put boxes around them.

To complete this without the hassel of worrying about CSS, I used a node package tachyons toolkit to help with the styling.

  • This is Front-End only, for Back-End source code, please click here.
  • This app is just for demonstration purposes, code hasn't been tidied up, there's minimum validation in place and minimum security implementations.

Info

Front End:


facial recognition

Skip This button for demo purposes:

home page

NPM Packages Used:

"dependencies": {
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "react-particles-js": "^2.6.0",
    "react-scripts": "2.1.8",
    "react-tilt": "^0.1.4",
    "tachyons": "^4.11.1",
    "tilt.js": "^1.2.1"
  }

NPM Dev Packages:

"devDependencies": {
    "gh-pages": "^2.0.1"
  }

About

๐Ÿค–๐Ÿ”ฎ๐Ÿ–ฅ Detects faces in an input image and put boxes around them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published