Skip to content

Windows UWP app which implements custom voice commandos for interacting with Cortana

Notifications You must be signed in to change notification settings

clagger/CortanaVoiceCommand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

CortanaVoiceCommand

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.

How to use it

  • 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:

Query past population of countries

Example: Listen up, show me the population of Afghanistan in 1997

show me the population of [country] in [year]

Query future population (calculated with ML pattern matching)

Example: Listen up, calculate the population of Germany in 2009?

calculate the population of Germany in [year]

Query future population of countries

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]

Query past women proportion of countries

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

About

Windows UWP app which implements custom voice commandos for interacting with Cortana

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages