@dannycjones/clarifai-demo
v1.0.3
Published
I simple CLI that takes a URL and tells you what is in the image!
Downloads
5
Readme
Clarifai Demo CLI
This is a very simple package that takes an image URL and tells you what's in the image using Clarifai!
Getting Started
- Grab an API key from Clarifai.
- Call the CLI as follows:
CLARIFAI_KEY=<your-key> npx @dannycjones/clarifai-demo <image-url>
This is only meant to highlight how easy it can be to include an authenticated API in your projects. Even this is more complicated than it needs to be.