Voice - Assistant - Research Paper
Voice - Assistant - Research Paper
The voice assistant which we have discussed in This voice assistant is just a basic
this paper runs on the user’s command. It can implementation of Artificial Intelligence, we can
recognize the user’s voice along with this it also do a lot more with AI. We can integrate IoT with
has its voice and it interacts with the user both by this voice assistant, then it will become a smart
writing and speaking. It understands the user’s home assistant. Machine learning, another
command and takes action accordingly. application of AI, can be used for predictions and
Neural Networks which is can be used for
This voice assistant is developed using Python capturing human emotions, or Natural Language
programming language, version 3.10.2. Python is Processing (NLP), which can be used to
a high-level, general programming language understand different languages.
developed by Guido van Rossum. It is open-
source and available on all platforms for free.
Along with this, we have also used various
modules of pip. Pip is a package manager of Methodology—
python, which contains various modules or code
libraries that are developed by different
developers and available for direct
implementation in the project. Pip is automatically
installed along with the python for version 3.2 or
higher.
This voice assistant is helpful for users who
want to interact with the machine using their
voice. This assistant automates the daily tasks like
opening an application, searching something on
Google, searching Wikipedia for information,
searching weather reports, and reading a
newspaper from any app or web. This assistant
can do all this with a single voice command.
The typical features of the voice assistant
include- 1. Speech Recognition module: Speech
Recognition module is the module which converts
Open application the speech or human voice into text. We have
used the Google cloud API to convert human
Display date and time speech into text. Once, the human speech is
converted into text, now we can process this text
Crack a joke
into a desired outcome.
Search anything on Google
2. Python Backend: Once the speech is converted
Calculate numbers into text, the Python Backend come into action.
The Python process the text, it matches the text
Retrieve information from Wikipedia with the predefined instructions and decides
whether to use a system call, or an API, or use a
Weather reports web scraping library, or an in-built module of
Python.
News headlines