Skip to content

Generate keywords using Computer Vison API from Clarifai.com. Use exiftool for update metadata

License

Notifications You must be signed in to change notification settings

dmitrypisanko/exif_keywords_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Generate keywords using Computer Vison API from Clarifai.com. Use exiftool for update metadata

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages