There are three routes you can go with this. The simplest would probably be to use Microsoft's Face API, which is part of their Azure Cognitive Services platform. All of the computing is done in the cloud, and at least for your purposes, the modelling necessary to detect faces has already been performed by Microsoft, so it's a single method call to send it a picture and receive back a bounding box. The caveat is... - Source: Reddit / 3 months ago
Azure Cognitive Services provide a few interesting AI as a service offerings beyond CLU & LUIS that can be helpful for conversational AI:. - Source: dev.to / 3 months ago
Hello, not sure about the quality of this API as I’ve just heard about it but thought it might help you: Azure Cognitive Services. - Source: Reddit / 7 months ago
Cognitive Services Https://azure.microsoft.com/en-us/services/cognitive-services/. - Source: dev.to / 10 months ago
Microsoft Azure offers an umbrella service known as Cognitive Services. This service provides AI capabilities that you can integrate into your existing applications through a single managed area. - Source: dev.to / 11 months ago
A Guess Who game implemented in Java on the backend, vanilla JavaScript on the frontend, and backed by Azure Cognitive Services—specifically the Face API is used by computer player to "see" and detect game character attributes and the Speech API is used for game play communication between computer and human player. - Source: dev.to / about 1 year ago
Azure Cognitive Services is a collection of cloud-based AI products from Microsoft Azure to add cognitive intelligence into your applications quickly. With Azure Cognitive Services, you can add AI capabilities using pre-trained models, so you don't need machine learning or data science experience. Azure Cognitive Services has vision, speech, language, and decision-making services. - Source: dev.to / about 1 year ago
Yes, AI in the sense of machine learning that is done on the server side. Microsoft refers to it as AI: https://azure.microsoft.com/en-us/services/cognitive-services/. - Source: Reddit / over 1 year ago
What's stopping you of using AI yourself? It ain't gonna install itself but you can leverage its features, such as image recognition, auto moderation, automatic translation etc: https://azure.microsoft.com/en-us/services/cognitive-services/. - Source: Reddit / over 1 year ago
Azure Cognitive Services is a family of AI services across vision, speech, language and decision support. Computer Vision labels everyday objects and links them to 10,000 ontology concepts, reads signs and text using optical character recognition and analyzes spatial movement in images and videos. If your image analysis tasks are specific to an industry or domain, such as medical image analysis or using vision in... - Source: dev.to / over 1 year ago
Do you know an article comparing Project Oxford to other products?
Suggest a link to a post with product alternatives.