Skip to content

Commit 1a8997d

Browse files
Pictures Update
1 parent 21862d4 commit 1a8997d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,24 @@ A dictionary is required for the speech to text recognition, since it matches th
3434

3535
## How does the kinect speech recognition is initialized?
3636

37+
![1](https://user-images.githubusercontent.com/1688498/60684815-74cd2e00-9e65-11e9-869f-aebd58a19935.png)
38+
3739
## How does voice commands perform actions?
3840

3941
The way is very rudimentary. But Guess What D: ? Today speech recognition platforms like Siri works like this! And I programmed this 8 year ago... !
4042

4143
A Case Loop with several Microsoft commands was programmed, it selects the result given by the dictionary in the match process and call the selected process.
4244

45+
![2](https://user-images.githubusercontent.com/1688498/60684823-7dbdff80-9e65-11e9-80ab-eaed7653e7ce.png)
46+
4347
Once the command is submitted, it is compared in a case loop, so that the word registered entails the program to perform specific predefined actions.
4448

4549
## How does the speech is interpreted?
4650

4751
A grammar function is used to set the word parameters, because the dictionary is big and the application is not deployed in a Cloud environment, this method will index the words that we are trying to interpret. A word before the command we are trying to identify must be written in order to prevent the accidental command activation while speaking with other people. (This is a common mistake made even by first world companies, for example like Bancomer)
4852

53+
![3](https://user-images.githubusercontent.com/1688498/60684828-81ea1d00-9e65-11e9-9c13-a332188e6a00.png)
54+
4955
## Future work for this project
5056

5157
This work is obsolete, no applications must derive from it.
@@ -55,4 +61,4 @@ This work is obsolete, no applications must derive from it.
5561
* It does not utilize restful services so it is not useful for any company.
5662
* Finally the source code is made in Visual Basic, then there is no evolution guarantee.
5763
* It was made of deprecated libraries and outdated Visual Studio version.
58-
* I made it in 2011, so its 7 years aged Today there are much faster, more efficient, more scalable and easier solutions to implement today, that perform the same job but in a better way.
64+
* I made it in 2011, so its 7 years aged Today there are much faster, more efficient, more scalable and easier solutions to implement today, that perform the same job but in a better way.

0 commit comments

Comments
 (0)