Skip to content

Image recognition app which can recognize human faces in a picture using machine learning API.

License

Notifications You must be signed in to change notification settings

yashviradia/face_recognition_smartbrain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smartbrain - Face Recognition App

  • Using machine learning API, this app can detect human faces from an image given by user.

SmartBrain App after log in

Frontend

  • Built with Reactjs.
  • Styling done using npm package tachyons

Server

  • Built with Nodejs.

Database

  • Built with postgresql

Run App on your computer

  • On the GitHub page for this repository, click on the button "Fork."

  • git clone https://github.com/<your-github-username>/face_recognition_smartbrain.git

  • Then install all dependencies for your project.

    • npm install
  • Make your this app run locally on http://localhost:3000/

    • npm start