All Projects → Azure-Samples → Cognitive Services Quickstart Code

Azure-Samples / Cognitive Services Quickstart Code

Licence: mit
Code Examples used by the Quickstarts in the Cognitive Services Documentation

Projects that are alternatives of or similar to Cognitive Services Quickstart Code

Holobot
HoloLens bot demo
Stars: ✭ 26 (-75.93%)
Mutual labels:  cognitive-services
Sianet
An easy to use C# deep learning library with CUDA/OpenCL support
Stars: ✭ 353 (+226.85%)
Mutual labels:  cognitive-services
Azure For Developers Workshop
The Azure cloud is huge and the vast service catalog may appear daunting at first, but it doesn’t have to be!
Stars: ✭ 38 (-64.81%)
Mutual labels:  cognitive-services
SynapseML
Simple and Distributed Machine Learning
Stars: ✭ 3,355 (+3006.48%)
Mutual labels:  cognitive-services
Not-a-Dog-Workshop
Workshop to build an automatic Not a Dog application , using the Serverless Azure Functions and Cognitive Services
Stars: ✭ 15 (-86.11%)
Mutual labels:  cognitive-services
Mr Realtime Translator
Real-time translation services in Mixed Reality. Core pieces to get audio from the mic in Unity and stream over a websocket to the Azure Translator API and process the responses - as you speak!
Stars: ✭ 22 (-79.63%)
Mutual labels:  cognitive-services
three-vue-pattern
A biofeedback visualization made with Three.js, Vue, and LUIS (cognitive services), made with Brian Holt
Stars: ✭ 97 (-10.19%)
Mutual labels:  cognitive-services
Watbot
An Android ChatBot powered by IBM Watson Services (Assistant V1, Text-to-Speech, and Speech-to-Text with Speaker Recognition) on IBM Cloud.
Stars: ✭ 64 (-40.74%)
Mutual labels:  cognitive-services
Cognitive Face Android
Cognitive Services Face client library for Android.
Stars: ✭ 273 (+152.78%)
Mutual labels:  cognitive-services
Bot Banko
Sample for using Luis with Bot Framework V4 in a simple banking scenario
Stars: ✭ 28 (-74.07%)
Mutual labels:  cognitive-services
aiEyes
🤖 👁️ Describes photos using audio for Blind and Visually-Impaired Users
Stars: ✭ 23 (-78.7%)
Mutual labels:  cognitive-services
Bot-Framework-Tutorial
Microsoft Bot Framework Hands on Lab Tutorial
Stars: ✭ 23 (-78.7%)
Mutual labels:  cognitive-services
Cadscenario personalisation
This is a end to end Personalisation business scenario
Stars: ✭ 10 (-90.74%)
Mutual labels:  cognitive-services
CADLab Loyalty
This is a end to end Loyalty business scenario
Stars: ✭ 21 (-80.56%)
Mutual labels:  cognitive-services
Realtimefaceapi
This is a demo project showing how to use Face API in Cognitive Services with OpenCV
Stars: ✭ 44 (-59.26%)
Mutual labels:  cognitive-services
CotacaoMonetariaBot
Chatbot para cotação de algumas moedas estrangeiras para o Real (BRL).
Stars: ✭ 27 (-75%)
Mutual labels:  cognitive-services
Azure Sdk For Java
This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/en-us/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
Stars: ✭ 834 (+672.22%)
Mutual labels:  cognitive-services
Trainingdays
Azure Developer College's application development training days content.
Stars: ✭ 86 (-20.37%)
Mutual labels:  cognitive-services
Vue.js With Asp.net Core Sample
This provides a sample code using vue.js running on ASP.NET Core
Stars: ✭ 44 (-59.26%)
Mutual labels:  cognitive-services
Speechtotext Websockets Java
SDK & Sample to do speech recognition using websockets in Java
Stars: ✭ 11 (-89.81%)
Mutual labels:  cognitive-services

page_type: sample languages:

  • go
  • python
  • javascript
  • csharp
  • php
  • ruby products:
  • azure description: "This repository contains the code examples used by the QuickStarts on the Cognitive Services Documentation" urlFragment: cognitive-services-quickstart-code

Code examples for Cognitive Services Quickstarts

This repository contains the code examples used by the QuickStarts on the Cognitive Services Documentation

What are code examples

Code examples are a collection of snippets whose primary purpose is to be demonstrated in the QuickStart documentation. This code can compile and run, but is not intended as a template for how a solution should be developed. They are intentionally shortened and written in script-style to make understanding their basic concepts, easier.

Most of these examples can be run independent of the steps in the Quickstarts, yet represent what they offer.

Getting Started

These code snippets back Quickstarts found on Cognitive Services Documentation. These snippets are not intended as standalone solutions or for production use. To learn how to use the Cognitive Services, go to a QuickStart for each service.

Running the code snippets

Choose the language and service you wish to run. Navigate to the corresponding folder and open the README. Each quickstart contains prerequisites and run instructions at the top of its main execution file.

How this repo is structured

   .
    ├── python                   # Language of the code snippet
    │   ├── ComputerVision       # Cognitive Service
    │   └── ... 
    ├──  ...
    └── README.md

Data files (images, audio, video) should not be checked into the repo. Please add data files to the following central location: cognitive-services-sample-data-files

Samples

Samples (unlike examples) are a more complete, best-practices solution for each of the snippets. They're better for integrating into production code.

We offer samples for each language here:

Resources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].