Library Management Using Voice Assistant
Library Management Using Voice Assistant
ISSN No:-2456-2165
Abstract:- A Personal Assistant is a computer application to human speech, (B) comprehend what is being indicated, and
that uses Artificial Intelligence (AI) to assist humans with (C) conduct an action or respond with their own synthesized
their tasks. In today's world, the use of a voice personal voicection. [4].
assistant is becoming more common. Modern IPAs are
capable of a broad range of functions, from simple ones like Natural Language Processing (NLP) is mostly about
opening an app or setting an alarm to more complicated instructing machines to understand human languages and derive
ones like taking notes. meaning from texts at their most basic level. Text mining, text
Siri from Apple, Google Assistant and Alexa from Amazon categorization, text and emotion monitoring, and speech
are all examples of AI assistants. production and identification are just a few of its many
applications. This is also why Natural language processing We
Keywords:- Intelligent Personal Assistant, NLP, ASR, Location constructed a working voice assistant for the purpose of this
of Books, Library Management. article, which can do simple tasks such as locating a book in the
library. It can interpret "audio instructions" and obtain
I. INTRODUCTION information from a database.
A student's life revolves around the library. It is also II. LITERATURE SURVEY
beneficial to academic researchers. Libraries may now be found
in almost any location. It's a huge endeavor to locate a book at In comparison to previous assistants, he implemented a lot
the library. While looking for the needed book, some people of stuff. It is quite beneficial in human life nowadays. It's a
lose interest. It takes a long time to look for books on the really straightforward application. It is also used in the
computer. corporate world, for example, in laboratories where people
wear gloves and bodysuits for safety reasons, making it
With open source software products like Moodle for impossible to write. However, with a voice assistant, they can
Virtual Learning gaining traction in related fields, many access whatever information they need, making their work
librarians are looking for OSS alternatives to their present easier. Only the most fundamental elements have been
Library Management Systems. implemented in this study. For example, a Google term search,
a YouTube song/video, a location search, and current news.
An Intelligent Personal Assistant (IPA) is a computer There is a lot more that can be done. [1]
application that uses Artificial Intelligence (AI) to help people
do tasks. The IPA maintains a continuous dialogue with its The focus of the research is on the technique used to create
users while responding to their questions or carrying out a multilingual and adjustable voice recognition and speech
measures to fulfill their demands [2]. Modern IPAs are capable synthesis system. There can be no assumptions about the
of a broad range of functions, from simple ones like opening an language identification of vocabulary items in voice calling,
app or setting an alarm to more complicated ones like taking although the phone book can contain names in many languages.
notes or making phone calls. Google Assistant from Google, Each voice tag must be trained separately by the user. This
Siri from Apple, and Alexa from Amazon are all instances of keeps the amount of voice tags to a bare minimum. few, and the
IPAs [3]. person has trouble recalling the exact statement that was uttered
during the course of the training. [3]
Although IPAs are not required in terms of communicating
exclusively through voice, many current IPAs are pursuing With the desire for human-machine interactions, current
Voice User Interface, which involves engaging with users only voice recognition applications are becoming increasingly
through voice, without the necessity of displays or physical widespread. On traditional general-purpose computers, several
interaction [3]. This necessitates the IPA's ability to (A) listen speech-based interactive software programmes were run. It is
We will traverse through the source and do the following In the near future, we can implement a system to keep the
things: records of book transactions. For example, the date of a book
Every audio has some noise involved which can be removed borrowed and returned can be recorded. The voice assistance
using the adjust_for_ambient_noise function. can be made multilingual so that the user can give input in any
Making use of the record method which reads the audio file of the languages. We can also implement a student and faculty
and stores certain information into a variable to be read later in- out system which will keep the record of entry and exit time
on. in the library.