Skip to content

tan27/facerecognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Recognition App 🤦‍♀️

An app that uses user submitted url photos and detects faces. After registering, the user will receive a point towards every submitted image, updated and saved within their profile.

Development Focus

  • Building registration/sign-up forms and general foundation of app from scratch to solidify React knowledge.
  • Utilize Clarifai API for detecting facial features in images submitted through url.
  • Use React class components and this.state & this.setState to manage state.
  • Include back-end, utilizing Rest APIs and PostgreSQL to manage user data.
  • Utilize tsParticles and individual css files for styling.
  • Deploy to Heroku.

Development Improvement

  • Feature: Detect multiple faces.
  • Clean-up components with repeated code.