This solution contains ASP.NET MVC web application that demonstrates Microsoft Cognitive Services. This is on-going work and in case of any bugs or feature requests please report the new issue.
- Log in to Azure Portal
- Create new Cognitive Services Face API and Computer Vision API accounts
- Clone or download solution
- At web application root folder create file keys.config
- Add your API keys to this file
- Set API end-points in web.config file
- Run web application
<?xml version="1.0"?>
<appSettings>
<add key="CognitiveServicesFaceApiKey" value="adadadsadasdasdasdasd" />
<add key="CognitiveServicesVisionApiKey" value="adfsdfsdasqefsdsadas" />
</appSettings>