joshbalfour / node-cognitive-services

Microsoft® Cognitive Services SDK for Node.JS
https://www.microsoft.com/cognitive-services
MIT License
105 stars 45 forks source link

Official node sdk cognitive services packages with samples #40

Closed amarzavery closed 6 years ago

amarzavery commented 6 years ago

Hello folks,

I stumbled across this repo. The work done in this repo is really cool 👍 !

I would like to take this opportunity to let everyone know that we(Azure SDK Team) have published a bunch of node.js sdks with TypeScript type definitions, API calls that support callback as well as promise and good runnable samples for cognitive services. We have published individual packages for each service in cognitive service and have also published rollup packages containing individual packages in 4 of the 5 categories.

3 rollup packages

Management plane for creating the cognitive services account and getting the keys for a specific service

Samples

Any feedback is highly appreciated 👍 .

@miparnisari, @joshbalfour, @dfberry

/cc @ronak25

miparnisari commented 6 years ago

That's cool, i'll try to have a look at the packages when I have some time.