- Clone this repo
- Run
npm install
- Run
npm start
- You have to add your own API key in the
controllers/image.js
file in order to connect to the Clarifai API.
You can grab a free Clarifai API key here.
** Make sure to check out the Front-End repo here **