Skip to content

sharvarikhedkar/SmartBrain-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartBrain-api

The backend part of smart-brain, a web app that detects human faces in a image provided with the image url.

How to run on your local computer

From your command line:

# Clone this repository
$ git clone https://github.com/sharvarikhedkar/SmartBrain-api.git

# Go into the repository
$ cd SmartBrain-api

# Remove current origin repository
$ git remote remove origin

Then you can install the dependencies using NPM and start the development server:

# Install dependencies
$ npm install

# Start development server
$ npm start

NOTE:

You must add your own API key in the controllers/image.js file to connect to Clarifai API.
You can grab Clarifai API key here.

  • Folder Structure
SmartBrain-api
├── README.md
├── package.json
├── package-lock.json
├── server.js
└── controllers
    ├── signin.js
    ├── register.js
    ├── profile.js
    └── image.js        

NPM Packages Used

  • Bcrypt
  • Postgresql
  • knex
  • body parser
  • cors
  • express

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published