Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 378 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 378 Bytes

SmartBrain-api - Final

  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
  5. Add your own database credentials to server.js line 12

You can grab Clarifai API key here

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