Image Categorizer Build Clone repository Go to client folder and install dependencies $ npm install $ ng build -op ./public --prod Go to server folder and install dependencies Add the your Imagga credentials into config file which is image.js file in config folder in server. $ npm install $ npm start Open http://localhost:3000 on browser for using the application. Once the user sign up, the application will download the images and categorize it using Imagga. These images can be seen in the gallery page.