Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 925 Bytes

README.md

File metadata and controls

31 lines (28 loc) · 925 Bytes

exif_keywords_generator

Generate keywords using Clarifai.com Computer Vision API. Еxiftool helps read and write metadata.

How to use

Install last stable version of NodeJS and npm.

Enter folder with exif_keywords. Use bash in Linux, Terminal in MacOs and cmd.exe in Windows

$ npm install

If you use Windows execute following command ( this can take a while and throw some errors )

$ npm install --global --production windows-build-tools

Register on clarifai.com and get ClientId and Secret from profile.

Open index.js in any text editor and enter change config params.

config = {
    clarifaiClientId: '',
    clarifaiSecret: '',
    imagesDir: 'files',
    resizedImageWidth: 1000,
    resizedImageQuality: 100,
    minimumPredictPercent: 0.5
}

We are good to go.

$ node --harmony index.js