So it is basically a bot which listens to you, then save it in a .wav file and then convert it to chunks so that the speech recognition can work on it. Then the audio flie is opened using PyDub then the audio is further split into more chunks. After that the chunks are stored in a new file directory to save the processed audio file in it, then the speech to text conversion take place when the process is completed the test is printed after going through all the chunks to give the most accurate text. The second part is the web search of the converted audio to text using googlesearch package which gives the most appropriate URLs for that search. Afterwards that URL is opened in your default browser using the module webbrowser.
You can use the editor on GitHub to maintain and preview the content for your website in Markdown files.
Whenever you commit to this repository, GitHub Pages will run Jekyll to rebuild the pages in your site, from the content in your Markdown files.
Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for
Syntax highlighted code block
# Header 1
## Header 2
### Header 3
- Bulleted
- List
1. Numbered
2. List
**Bold** and _Italic_ and `Code` text
[Link](url) and 
For more details see GitHub Flavored Markdown.
Your Pages site will use the layout and styles from the Jekyll theme you have selected in your repository settings. The name of this theme is saved in the Jekyll _config.yml
configuration file.
Having trouble with Pages? Check out our documentation or contact support and we’ll help you sort it out.