Skip to content

Latest commit

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Custom Vision API

Simple interface for customvision.ai (great way to start with your image recognition project - thank you to the guys at Microsoft cognitive services!

Example usage

constcv=require('customvision-api');constfilePath='img/test.jpg';constconfig={"predictionEndpoint": "https://southcentralus.api.cognitive.microsoft.com/customvision/v1.0/Prediction/11111111-1111-1111-1111-111111111111/image","predictionKey": "11110000111100001111000011110000"};cv.sendImage(filePath,config,(data)=>{console.log(data);},(error,responseBody,statusCode)=>{console.log(error,responseBody,statusCode)});

About

Simple interface for customvision.ai (great way to start with your image recognition project - thank you to the guys at Microsoft cognitive services!

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages