Skip to content

Instantly share code, notes, and snippets.

@Visrozar
Last active December 15, 2018 06:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Visrozar/b22ee2d4109f50b57089dc5d07ef60b6 to your computer and use it in GitHub Desktop.
Save Visrozar/b22ee2d4109f50b57089dc5d07ef60b6 to your computer and use it in GitHub Desktop.
Clarifai API - Initialize
// Require the client
const Clarifai = require('clarifai');
// initialize with your api key. This will also work in your browser via http://browserify.org/
const app = new Clarifai.App({
apiKey: 'YOUR_API_KEY'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment