Skip to content

Face Detection web app that uses an API to detect faces in any picture

Notifications You must be signed in to change notification settings

emmanuelolivo1002/SmmartBrain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Brain

Smart Brain is a web app that uses the Clarifai API to locate a face in a picture. Using a React.js front-end and Node.js backend with Express.js as well as a PosrtgreSQL database to keep track of how many entries every user has made.

Smart Brain Capture

Technologies Used

Front-End

  • HTML5
  • CSS3
  • React.js

NPM Packages

  • Create-React-App
  • Tachyons
  • react-tilt
  • particles.js
  • Bcrypt
  • Postgresql
  • knex
  • body parser
  • cors
  • express

APIs