https://github.com/jernejk/CognitiveServices.Explorer
Work in progress for exploring Microsoft Cognitive Services. At the moment Face API exploration is partially complete.
https://github.com/jernejk/CognitiveServices.Explorer
azure azure-cognitive-services blazor cognitive-services demo face-api form-recognizer speech-api
Last synced: 7 months ago
JSON representation
Work in progress for exploring Microsoft Cognitive Services. At the moment Face API exploration is partially complete.
- Host: GitHub
- URL: https://github.com/jernejk/CognitiveServices.Explorer
- Owner: jernejk
- License: apache-2.0
- Created: 2019-09-30T12:25:41.000Z (about 6 years ago)
- Default Branch: dev
- Last Pushed: 2024-07-09T21:25:27.000Z (about 1 year ago)
- Last Synced: 2024-08-01T02:27:30.484Z (about 1 year ago)
- Topics: azure, azure-cognitive-services, blazor, cognitive-services, demo, face-api, form-recognizer, speech-api
- Language: C#
- Homepage:
- Size: 20 MB
- Stars: 23
- Watchers: 8
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/SamProf/MatBlazor/stargazers)
[](https://github.com/SamProf/MatBlazor/issues)
[](https://cognitivestudio.dev/)
[](LICENSE)
[](https://www.actionspanel.app/app/jernejk/CognitiveServices.Explorer)This is a PWA enabled app used to showcase what Cognitive Services can do, built-in client-side Blazor.
You can use it on your machine, table or phone. iOS currently not supported as it uses WASM via client-side Blazor.
Pull requests are welcomed! 😄
## Demo
You can check out [live demo](https://cognitivestudio.dev/)

**Explorer all of the groups on your account.**
**See all of the identities and you can configure it to see their picture.**
**See user details.**
**Detect and identify people by URL, file upload or web cam.**
**You can switch and create new profiles link to your Azure Face API.****NOTE:** Currently not working on iOS. (https://github.com/mono/mono/issues/16986)
**NOTE 2:** Microsoft is not storing images in Azure Face API. You need to add property `ImageUrl` as JSON in `userData`.
## Supported features
### Face API
* Multiple Face API accounts
* Explore and manage groups, identities and faces
* Show cURL requests
* Train group
* Check if the group has been trained
* Detect/Identify
* From web cam
* From file upload
* From URL
* Identify from the detected faces
* Different detection/recognition models### Speech API (alpha)
* Record and send voice to Speech API
### Text API (alpha)
* Send text from speech API
* Sentiment
* Key phrase
* Entities
* Detect language### Form Recognizer
* Send image or URL to Custom Form Recognizer
* URL with instruction how to get started## Other Cognitive Services in planning (coming months)
* Translation
* Language Understanding
* Search
* Anomaly Detector
* Computer Vision
* Ink Recognizer
* Form Recognizer
* Spell Checker