The backend part of smart-brain, a web app that detects human faces in a image provided with the image url.
-
Backend web development using Node.js, Express, Knex, Bcrypt, SQL, PostgreSQL, and a Clarifai API.
-
The full version of the app is deployed on Heroku. You can open it here.
-
You can find the code for the front-end part here.
-
Folder Structure
smart-brain-api
├── README.md
├── package.json
├── package-lock.json
├── server.js
└── controllers
├── signin.js
├── register.js
├── profile.js
└── image.js