A simple machine learning demo inspired by Silicon Valley
index.js takes an argument of an image url that will be sent to your clarifai.com
api key.
A proper command should take the form:
node index.js --src="https://img.huffingtonpost.com/asset/5cd5c2d82100003500c26b3b.jpeg"
--src="URL"
is the method used to pass urls to index.js.
Note the double -