Skip to content

eldarcelik/face-recognition-brain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Recognition Brain

Face Recognition Brain will detect a human face from an image that you pass as URL and it will mark the face.

Live Demo

Getting Started

  1. Download/clone repository
  2. Run in terminal to install dependencies: npm install
  3. Run in terminal to start server locally: npm start
  4. Open http://localhost:3000 to view it in the browser