An open API service indexing awesome lists of open source software.

https://github.com/easonlai/demo_for_azure_cognitive_services

Demo repository for Azure Cognitive Services
https://github.com/easonlai/demo_for_azure_cognitive_services

azure cognitive-services computer-vision face-detection face-recognition microsoft-azure microsoft-cognitive-services speech-to-text text-analytics text-to-speech

Last synced: about 1 month ago
JSON representation

Demo repository for Azure Cognitive Services

Awesome Lists containing this project

README

          

# Demo for Azure Cognitive Services

**[Computer Vision](https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/overview)**
* azure_cognitive_services_demo_cv.ipynb or azure_cognitive_services_demo_cv.html
* Get image description
* Get image category
* Get image tags
* Detect objects
* Detect brands
* Detect faces
* Detect audit, racy, or gory content
* Get image color scheme
* Get domain-specific content
* Read printed and handwritten text

**[Text Analytics](https://docs.microsoft.com/en-in/azure/cognitive-services/text-analytics/overview)**
* azure_cognitive_services_demo_ta.ipynb or azure_cognitive_services_demo_ta.html
* Sentiment analysis
* Opinion mining
* Language detection
* Name Entity recognition (NER)
* Entity Linking
* Key phase extraction

**[Speech Services](https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/overview)**
* azure_cognitive_services_demo_sp.ipynb or azure_cognitive_services_demo_sp.html
* Speech to Text (STT)
* Text to Speech (TTS)

**[Face Service](https://docs.microsoft.com/en-us/azure/cognitive-services/face/overview)**
* azure_cognitive_services_demo_fa.ipynb or azure_cognitive_services_demo_fa.html
* Detect faces in an image
* Find similar faces
* Use Face Service via Rest API