0.7.28 • Published 3 months ago

@a11ywatch/mav v0.7.28

Weekly downloads
-
License
-
Repository
github
Last release
3 months ago

Mav

A11yWatchMaintainabilitycodecov

A gRPC image recognition service that uses Tensorflow and Computer Vision.

Start

yarn
yarn dev
# or
docker compose up

You can also install as a library via yarn add @a11ywatch/mav to use inside your own node project.

The server will run on port 50053.

Usage

View the proto file to get started.

Computer Vision

In order to use computer vision from azure you need to add the following env keys COMPUTER_VISION_SUBSCRIPTION_KEY and COMPUTER_VISION_ENDPOINT. This repo is setup to use a collection of services to determine what an alt tag may be.

Tensorflow

We use Tensorflow for the first step/layer to gather what the alt tag would be. Currently tensorflow on node has a problem with building the @tensorflow/tf-node lib across varius architectures like M1 chips. To work around this issue we use a wasm backend that also performs better than the default tensorflow backend for node. The one drawback to using this currently is that it takes up about 500mb of space initially. If you want to disable Tensorflow you can set the env variable of DISABLE_TENSORFLOW=true and it will not perform any Tensorflow actions.

LICENSE

check the license file in the root of the project.

0.7.28

3 months ago

0.7.22

9 months ago

0.7.24

9 months ago

0.7.23

9 months ago

0.7.20

9 months ago

0.7.26

9 months ago

0.7.25

9 months ago

0.7.27

9 months ago

0.7.18

9 months ago

0.7.17

9 months ago

0.7.13

1 year ago

0.7.14

1 year ago

0.7.16

1 year ago

0.5.10

1 year ago

0.5.11

1 year ago

0.7.12

1 year ago

0.5.14

1 year ago

0.5.12

1 year ago

0.5.13

1 year ago

0.5.8

1 year ago

0.5.7

1 year ago

0.5.9

1 year ago

0.5.4

1 year ago

0.5.3

2 years ago

0.5.6

1 year ago

0.5.5

1 year ago

0.5.2

2 years ago

0.4.8

2 years ago

0.5.0

2 years ago

0.5.1

2 years ago

0.4.7

2 years ago

0.4.6

2 years ago

0.4.5

2 years ago

0.4.4

2 years ago

0.4.3

2 years ago

0.4.1

2 years ago

0.3.1

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.14

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago