Skip to content

Aravindh-SNR/smart-brain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Brain is a single page web application that detects faces in pictures with the help of Clarifai API. Check the app live at https://smart-brain-app.netlify.com

The tech stack used is:

  • React in the frontend
  • Node and Express in the backend (This repository has the source code of the backend)
  • PostgreSQL as database

To run the app locally,

  1. Clone the repository
  2. Run npm install
  3. Run npm start