Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Computer Vision API with JS Client SDK

Simple usage of Computer Vision API with Express JS

Usage

  1. Create a Computer Vision Resource on Azure, get the subscription key and end point.

  2. Go to project directory and run the following command to install dependencies.

npm install
  1. In server.js changed the following code with your subscription key and enpoint.
const key = '<your-subscription-key';
const endpoint = '<your-endpoint>';
  1. run the application on localhost:3000
npm start

Resources

Computer Vision JS Client SDK

About

Simple usage of Azure Computer Vision API with Express JS

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages