Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 534 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 534 Bytes

ai-img-to-txt

Use computer vision to analyze an input image, then write captions.

Install

To install dependencies:

npm install

API KEY

To run:

  • For HuggingFace & Transformer.js:

    npm run index.js
  • For Azure Cognitive Vision API:

    npm run modules/az-image-caption.js
    

Credits