Skip to content

Instantly share code, notes, and snippets.

@NickEngmann
Created October 16, 2018 06:56
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 NickEngmann/07b95ed303c81d460d9758bc7150e4a9 to your computer and use it in GitHub Desktop.
Save NickEngmann/07b95ed303c81d460d9758bc7150e4a9 to your computer and use it in GitHub Desktop.
#!flask/bin/python
from clarifai.rest import ClarifaiApp
from clarifai.rest import Image as ClImage
app = ClarifaiApp(api_key='YOUR_API_KEY ')
# import a few labelled images
def main():
app = ClarifaiApp(api_key='YOUR_API_KEY')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment