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
- Host: GitHub
- URL: https://github.com/easonlai/demo_for_azure_cognitive_services
- Owner: easonlai
- Created: 2021-01-20T08:45:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-24T11:08:52.000Z (over 5 years ago)
- Last Synced: 2025-11-20T11:02:49.388Z (8 months ago)
- Topics: azure, cognitive-services, computer-vision, face-detection, face-recognition, microsoft-azure, microsoft-cognitive-services, speech-to-text, text-analytics, text-to-speech
- Language: HTML
- Homepage:
- Size: 13 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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