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,
- Clone the repository
- Run npm install
- Run npm start