Skip to content

This program allows the user to speak to the program (just like SIRI or Google Assistant), uses python's speech recognition library to convert the speech to text , understands it and googles the question asked by the user (if any) and then uses web scrapping using selenium-webdriver to fetch the most appropriate result from the google-search and…

Notifications You must be signed in to change notification settings

OmkarKatkade/Speech_Recognition_And_AI_Using_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speech_Recognition_And_AI_Using_Python

This program allows the user to speak to the program (just like SIRI or Google Assistant), uses python's speech recognition library to convert the speech to text, understands it and googles the question asked by the user (if any) and then uses web scrapping using selenium to fetch the most appropriate result from the google-search and responds back by speaking the result received.

Input to the Program: Speech (from the User) Output of the Program: Speech (from the Machine)4

You can also voice-chat with the program like: User: Hello! What is your name? To which the program would reply in speech: Machine: Hello! My name is Jarvis. How you are doing?

About

This program allows the user to speak to the program (just like SIRI or Google Assistant), uses python's speech recognition library to convert the speech to text , understands it and googles the question asked by the user (if any) and then uses web scrapping using selenium-webdriver to fetch the most appropriate result from the google-search and…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published