├── css └── style.css ├── index.html ├── js ├── jquery-3.3.1.min.js ├── jquery.facedetection.min.js └── main.js └── photos ├── dg.jpg ├── fb.jpg ├── heryerde.jpg └── udemy.jpg /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkandemi/javascript-face-detection/HEAD/css/style.css -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkandemi/javascript-face-detection/HEAD/index.html -------------------------------------------------------------------------------- /js/jquery-3.3.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkandemi/javascript-face-detection/HEAD/js/jquery-3.3.1.min.js -------------------------------------------------------------------------------- /js/jquery.facedetection.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkandemi/javascript-face-detection/HEAD/js/jquery.facedetection.min.js -------------------------------------------------------------------------------- /js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkandemi/javascript-face-detection/HEAD/js/main.js -------------------------------------------------------------------------------- /photos/dg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkandemi/javascript-face-detection/HEAD/photos/dg.jpg -------------------------------------------------------------------------------- /photos/fb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkandemi/javascript-face-detection/HEAD/photos/fb.jpg -------------------------------------------------------------------------------- /photos/heryerde.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkandemi/javascript-face-detection/HEAD/photos/heryerde.jpg -------------------------------------------------------------------------------- /photos/udemy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkandemi/javascript-face-detection/HEAD/photos/udemy.jpg --------------------------------------------------------------------------------