Windows UWP app which implements custom voice commandos for interacting with Cortana
This application offers the opportunity to ask Cortana about the population of countries from the past (1960+) and predicts the future population.
- pull or zip project
- compile it with Visual Studio
- to start the application, start cortana and speak clear "Listen Up"
Then you can ask three different queries:
Example: Listen up, show me the population of Afghanistan in 1997
show me the population of [country] in [year]
Example: Listen up, calculate the population of Germany in 2009?
calculate the population of Germany in [year]
Example: Listen up, how high will the population of Afghanistan be in 2020?
how high will the population of [country] be in [year]
or
how big will the population of [country] be in [year]
Example: Listen up, how high was the proportion of women in Afghanistan in 2009?
how high was the proportion of women in [country] in [year]
this project is based on a Windows-universal-samples project
https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/CortanaVoiceCommand