Project Report
Project Report
Project Report
ON
SUBMITTED TO
This is to certify that Suraj Limboo, a 4th semester BCA student of the Department of
computer science of this college has developed a minor project titled “JARVIS”, as per
requirement of the course of BCA 4th semester at Dibrugarh University, Dibrugarh. I wish him
good luck & success in future.
…………………………………………………..
Dr Saumar Jyoti Mahanta
Principal,
Sibsagar Commerce College,
2|Page
Certificate
This is to certify that the dissertation entitled “JARVIS” which has been jointly
submitted by Suraj Limboo as a MINOR PROJECT which has carried out by them for their
research work under my supervision and guidance. They have fulfilled all the requirements
laid down in the regulation of BCA 4th semester examination 2022.
Date: 25 / 07 / 2022
Place: Sivasagar, Assam
…………………………….. ….………………………………………….
External Examiner Mr. Mrinal kr. Dutta
Coordinator(BCA& PGDCA Dept.)
Sibsagar Commerce College
3|Page
Declaration
Submitted By-
Suraj Limboo
Roll No: 20992093
Registration No.:C200616 of 2020
BCA 4th Sem
Sibsagar Commerce College
4|Page
ACKNOWLEDGEMENT
We feel immense pleasure in expressing my sincere thanks and hearty gratitude to my
guide and supervisor “Mr Manna Dey” sir senior professor of Department of BCA/PGDCA,
Sibsagar commerce college, for his valuable guidance and constant encouragement
throughout the entire project entitled “JARVIS”. We would also like to thank all the teachers
of BCA Department, for their constant support and guidance in this project without which
this study would never have been possible.
We would also like to extend my heartiest thanks to our Coordinator of Department
Dr. Mrinal Kr Dutta sir, for his support and encouragement in all respects.
Finally, it is a great pleasure to acknowledge my friends for their support and
cooperation in finishing this project work effectively within the stipulated time.
Submitted By-
Suraj Limboo
Roll No: 20992093
Registration No.:C200616 of 2020
BCA 4th Sem
5|Page
CONTENTS
TITLE PAGE
I. ACKNOWLEDGEMENTS II.
CONTENTS III. ABSTRACT
CHAPTER 1 INTRODUCTION
1. INTRODUCTION
1.1 PRESENT SYSTEM
1.2 PROPOSED SYSTEM
CHAPTER 7 CONCLUSION
7.1 LIMITATION
6|Page
7.2 SCOPE FOR FUTURE WORKS
CHAPTER 8 REFERENCES
ABSTRACT
As we know Python is an emerging language so it becomes easy to write a script for Voice Assistant in Python. The
instructions for the assistant can be handled as per the requirement of user. Speech recognition is the process of
converting speech into text. This is commonly used in voice assistants like Alexa, Siri, etc. In Python there is an API
called SpeechRecognition which allows us to convert speech into text. It was an interesting task to make my own
assistant. It became easier to send emails without typing any word, Searching on Google without opening the
browser, and performing many other daily tasks like playing music, opening your favorite IDE with the help of a single
voice command. In the current scenario, advancement in technologies are such that they can perform any task with
same effectiveness or can say more effectively than us. By making this project, I realized that the concept of AI in
every field is decreasing human effort and saving time.
7|Page
Chapter 1: INTRODUCTION
Artificial Intelligence when used with machines, it shows us the capability of thinking like humans. In this,
a computer system is designed in such a way that typically requires interaction from human. As we know Python
is an emerging language so it becomes easy to write a script for Voice Assistant in Python. The instructions for
the assistant can be handled as per the requirement of user. Speech recognition is the Alexa, Siri, etc. In Python
there is an API called Speech Recognition which allows us to convert speech into text. It was an interesting task
to make my own assistant. It became easier to send emails without typing any word, Searching on Google
without opening the browser, and performing many other daily tasks like playing music, opening your favorite
IDE with the help of a single voice command. In the current scenario, advancement in technologies are such that
they can perform any task with same effectiveness or can say more effectively than us. By making this project, I
realized that the concept of AI in every field is decreasing human effort and saving time.
As the voice assistant is using Artificial Intelligence hence the result that it is providing are highly accurate
and efficient. The assistant can help to reduce human effort and consumes time while performing any task, they
removed the concept of typing completely and behave as another individual to whom we are talking and asking
to perform task. The assistant is no less than a human assistant but we can say that this is more effective and
efficient to perform any task. The libraries and packages used to make this assistant focuses on the time
complexities and reduces time.
The functionalities include , It can send emails, It can read PDF, It can send text on WhatsApp, It can open
command prompt, your favorite IDE, notepad etc., It can play music, It can do Wikipedia searches for you, It can
open websites like Google, YouTube, etc., in a web browser, It can give weather forecast, It can give desktop
reminders of your choice. It can have some basic conversation.
Tools and technologies used are PyCharm IDE for making this project, and I created all py files in PyCharm.
Along with this I used following modules and libraries in my project. pyttsx3, SpeechRecognition, Datetime,
Wikipedia, Smtplib, pywhatkit, pyjokes, pyPDF2, pyautogui, pyQt etc. I have created a live GUI for interacting
with the JARVIS as it gives a design and interesting look while having the conversation.
8|Page
1.1 PRESENT SYSTEM
We are familiar with many existing voice assistants like Alexa, Siri, Google Assistant, Cortana which uses
concept of language processing, and voice recognition. They listens the command given by the user as per their
requirements and performs that specific function in a very efficient and effective manner.
As these voice assistants are using Artificial Intelligence hence the result that they are providing are highly
accurate and efficient. These assistants can help to reduce human effort and consumes time while performing
any task, they removed the concept of typing completely and behave as another individual to whom we are
talking and asking to perform task. These assistants are no less than a human assistant but we can say that they
are more effective and efficient to perform any task. The algorithm used to make these assistant focuses on the
time complexities and reduces time.
But for using these assistants one should have an account (like Google account for Google assistant,
Microsoft account for Cortana) and can use it with internet connection only because these assistants are going
to work with internet connectivity. They are integrated with many devices like, phones, laptops, and speakers
etc.
The IDE used in this project is PyCharm. All the python files were created in PyCharm and all the
necessary packages were easily installable in this IDE. For this project following modules and libraries were used
i.e. pyttsx3, SpeechRecognition, Datetime, Wikipedia, Smtplib, pywhatkit, pyjokes, pyPDF2, pyautogui, pyQt
etc. I have created a live GUI for interacting with the JARVIS as it gives a design and interesting look while having
the conversation.
With the advancement JARVIS can perform any task with same effectiveness or can say more effectively
than us. By making this project, I realized that the concept of AI in every field is decreasing human effort and
saving time. Functionalities of this project include, It can send emails, It can read PDF, It can send text on
WhatsApp, It can open command prompt, your favorite IDE, notepad etc., It can play music, It can do Wikipedia
searches for you, It can open websites like Google, YouTube, etc., in a web browser, It can give weather
forecast, It can give desktop reminders of your choice. It can have some basic conversation.
9|Page
Chapter 2: SYSTEM DESIGN
The system is designed using the concept of Artificial Intelligence and with the help of necessary
packages of Python. Python provides many libraries and packages to perform the tasks, for example pyPDF2
can be used to read PDF. The details of these packages are mentioned in Chapter 3 of this report.
The data in this project is nothing but user input, whatever the user says, the assistant performs the
task accordingly. The user input is nothing specific but the list of tasks which a user wants to get performed
in human language i.e. English.
10 | P a g e
Chapter 3: SOFTWARE DETAILS
The IDE used in this project is PyCharm. All the python files were created in PyCharm and all the
necessary packages were easily installable in this IDE. For this project following modules and libraries were used
i.e. pyttsx3, SpeechRecognition, Datetime, Wikipedia, Smtplib, pywhatkit, pyjokes, pyPDF2, pyautogui, pyQt
etc. I have created a live GUI for interacting with the JARVIS as it gives a design and interesting look while having
the conversation.
text.
3.3.3. pywhatkit: It is python library to send WhatsApp message at a particular time with some
additional features.
3.3.4. Datetime: This library provides us the actual date and time.
3.3.6. Smtplib: Simple mail transfer protocol that allows us to send mails and to route mails
between mail servers.
3.3.7. pyPDF2: It is a python module which can read, split, merge any PDF.
3.3.8. Pyjokes: It is a python libararies which contains lots of interesting jokes in it.
3.3.12. sys: It allows operating on the interpreter as it provides access to the variables and functions
that usually interact strongly with the interpreter.
11 | P a g e
Figure 3.3 Imported Modules
JARVIS, a desktop assistant is a voice assistant that can perform many daily tasks of desktop like playing music,
opening your favorite IDE with the help of a single voice command. Jarvis is different from other traditional voice
assistants in terms that it is specific to desktop and user does not need to make account to use this, it does not
require any internet connection while getting the instructions to perform any specific task.
12 | P a g e
4.1.2. Conversational interaction It makes it easier to complete any task as it automatically do it by using the
essential module or libraries of Python, in a conversational interaction way. Hence any user when instruct any
task to it, they feel like giving task to a human assistant because of the conversational interaction for giving
input and getting the desired output in the form of task done.
4.1.3. Reactive nature: The desktop assistant is reactive which means it know human language very well and
understand the context that is provided by the user and gives response in the same way, i.e. human
understandable language, English. So user finds its reaction in an informed and smart way.
4.1.4. Multitasking: The main application of it can be its multitasking ability. It can ask for continuous
instruction one after other until the user “QUIT” it.
4.1.5. No Trigger phase: It asks for the instruction and listen the response that is given by user without
needing any trigger phase and then only executes the task.
4.2.2.3. Datetime: This library provides us the actual date and time.
4.2.2.5. Pyjokes: It is a python libraries which contains lots of interesting jokes in it.
4.2.2. FUNCTIONS
4.2.2.1. takeCommand(): The function is used to take the command as input through microphone of
user and returns the output as string.
4.2.2.2. wishMe(): This function greets the user according to the time like Good Morning, Good
Afternoon and Good Evening.
4.2.2.3. taskExecution(): This is the function which contains all the necessary task execution
definition like news() and many conditions in if condition like “open google”, “open notepad”,
“search on Wikipedia” ,”play music” and “open command prompt” etc.
13 | P a g e
Chapter 5: INPUT OUTPUT SCREENSHOTS
14 | P a g e
Figure 5.3 Input for YouTube search
15 | P a g e
Figure 5.6 Output to play music
16 | P a g e
Figure 5.9 Input and output for Wikipedia search
17 | P a g e
Chapter 6: SYSTEM TESTING
The system testing is done on fully integrated system to check whether the requirements are
matching or not. The system testing for JARVIS desktop assistant focuses on the following four parameters:
6.1. FUNCTIONALITY
In this we check the functionality of the system whether the system performs the task which it was
intended to do. To check the functionality each function was checked and run, if it is able to execute the
required task correctly then the system passes in that particular functionality test. For example to check
whether JARVIS can search on Google or not, as we can see in the figure 7.1, user said “Open
Google”, then Jarvis asked, ”What should I search on Google?” then user said, “What is Python”, Jarvis open
Google and searched for the required input.
6.2. USABILITY
Usability of a system is checked by measuring the easiness of the software and how user
friendly it is for the user to use, how it responses to each query that is being asked by the user.
18 | P a g e
It makes it easier to complete any task as it automatically do it by using the essential module
or libraries of Python, in a conversational interaction way. Hence any user when instruct any task to
it, they feel like giving task to a human assistant because of the conversational interaction for giving
input and getting the desired output in the form of task done.
The desktop assistant is reactive which means it know human language very well and
understand the context that is provided by the user and gives response in the same way, i.e. human
understandable language, English. So user finds its reaction in an informed and smart way.
The main application of it can be its multitasking ability. It can ask for continuous instruction
one after other until the user “QUIT” it. It asks for the instruction and listen the response that is
given by user without needing any trigger phase and then only executes the task.
6.3. SECURITY
The security testing mainly focuses on vulnerabilities and risks. As JARVIS is a local desktop
application, hence there is no risk of data breaching through remote access. The software is
dedicated to a specific system so when the user logs in, it will be activated.
6.4. STABILITY
Stability of a system depends upon the output of the system, if the output is bounded and
specific to the bounded input then the system is said to be stable. If the system works on all the
poles of functionality then it is stable.
Chapter 7: CONCLUSION
JARVIS is a very helpful voice assistant without any doubt as it saves time of the user by conversational
interactions, its effectiveness and efficiency. But while working on this project, there were some limitations
encountered and also realized some scope of enhancement in the future which are mentioned below:
7.1. LIMITATIONS
9.1.1. Security is somewhere an issue, there is no voice command encryption in this project.
9.1.4. JARVIS cannot be called externally anytime like other traditional assistants like Google Assistant can be
called just by saying, “Ok Google!”
19 | P a g e
7.2.4. Voice commands can be encrypted to maintain security.
1. Make a mobile version for the application to allow students and staffs to access through their
mobiles.
2. Self-paced
3. Cost effective
4. Faster
5. Easy updating
6. Easily manageable
REFERENCES:
The following books were helpful during the completion of the project:
DATABASE SYSTEM CONCEPTS 6E
-Abraham Silberschatz
The following books were helpful during the completion of the project:
https://google.co.in https://javatpoint.com
https://www.w3schools.com
https://www.udemy.com
20 | P a g e