img-alter

0.1.5 • Public • Published

img-alter

Build Status

A Javascript module to fill 'ALT' attribute of all images in a web page using Microsoft Vision API.

sample gif file

Installation and Usage

1)Get free Microsoft Vision API Key from here.

Microsoft Vision uses deep learning to analyse an image.

2)Install via npm or bower

With npm :

npm install img-alter --save

With bower :

bower install img-alter --save

3) Add img-alter.js or img-alter.min.js to html file.

<script src="bower_components/img-alter/img-alter.js" type="text/javascript"></script>

4) Invoke API

Once the page load completes, Invoke

ImageAlter.fillImageAltTags({apiKey:"xxxxxxxxxxxxx"})

This will replace alternative attribute of all images in a webpage with its caption. Replace xxxxxxxxxxxxx with your own API Key.

Sample Images with Captions

bill clinton

Bill Clinton in a suit and tie

Laptop

a laptop computer

Fireworks

a fireworks in the dark

Pizza

a close up of a pizza on a wooden table

Plane

a fighter jet flying in the sky

Woman

a woman talking on a cell phone

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.5
    0
    • latest

Version History

Package Sidebar

Install

npm i img-alter

Weekly Downloads

0

Version

0.1.5

License

ISC

Last publish

Collaborators

  • sarathsnair