Skip to content

jiaxuanc/smart-brain-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smart-brain-api

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        

Releases

No releases published

Packages

No packages published