Skip to content

The API detects faces with the help of the Clarifai API

Notifications You must be signed in to change notification settings

ErenHncr/smart-brain-api

Repository files navigation

SmartBrain-api

  1. Clone this repo
  2. Run npm install
  3. Run npm start
  4. 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

** Make sure you use postgreSQL instead of mySQL for this code base.