Virtual Assistant Speech Recognition
Well, I am planning to build a speech Recognition Virtual Assistant program, I have been following tutorial on You tube of 20 videos, which basically shows the development of this program, showing how to build speech recognition system using Windows application forms C#.
From those 20 videos on tutorial, I am only interested on from video 1 until 9. I already started and completed the videos 1, 2, 3, 4, 5. The video 6 is where I am stuck, I started and completed but I have an error. I want you to fix this error from video 6 I have on my program do the rest of written commands from the videos 7, 8 and 9.
Link to access tutorial videos:
https://www.youtube.com/watch?v=FbM54W5En6A&list=PL39zyvnHdXh8EKeNNxV3uOOgEBI9H8-I3&index=6
First Problem
On the video 6 of the tutorial the program starts to answer the questions like what time is it, what date is it. But my program does not answer anything as shown on the video I am following.
This is the error I have on my program from video 6. Ai think the problem is related with references.
The references I added on this program are:
AIMLbot (placed the AIML folder on Debug folder of this program)
Speech
Speech
The problem is, I have to install MicrosoftSpeechPaltform, MicrosoftSpeechRecognition in english and MicrosoftSpeechServer on my laptop in order to carry with the project to able to apply voice commands and receive responses. Via voice commands
This is where I am stuck, After, installing these packs I couldn't manage to link the MicrosoftSpeech packs with the project and make them work.
Requirements
Task 1
Fix the error from the video 6 and follow the rest of the video to add written code on my program from the video:
Video 6: Adding chat box
Video 7: Adding the browser
Video 8: Adding more commands
Video 9: Adding google search (On the video to search something it says: “search for Bill Gates” and the program redirects the user for that page. I want to improve this functionality to enable the user after showing list of selection of Bill Gates, to be able to move from different selection by saying “go up” or “go down” to display an icon going up or going down the from the list of the info searched on google via voice command and to be able to choose one selection by saying “select Bill Gates – Microsoft, Family & Quotes – Biography” after the program open the selected page to have functionality to return back to previous page via voice commands.
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme