Virtual Assistant Using Python (PR 792) Final

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 9

VIRTUAL ASSISTANT USING PYTHON

JIS COLLEGE OF ENGINEERING


DEPARTMENT OF COMPUTER SCIENCE  ENGINEERING

Name of supervisor : Dr. Bikramjit


Sarkar
Ankit Bharati– 123190703202
Aritra Dey– 123190703207
Somnath Maity– 123190703218
Ta n m o y K u m a r P a u l - 123180703109
Ta n m o y N a t h – 123180703110
ABSTRACT
•A virtual assistant, also called AI assistant or digital assistant, is an
application program that understands natural language voice commands
and completes tasks for the user. We all know what is Virtual Assistant.
Google Assistant, Siri, Alexa all these are example of Virtual Assistant.
INTRODUCTION
• Our virtual assistant will able to do followings things- “Playing Music,
Launch Games, Launch Windows Applications, Open Websites, tells you
about almost everything you ask, tells you date and time, greetings,
news” etc.
• Here we will use some modules to text
to speech conversion(pyttsx3)
• We have used speech recognition
module(speechrecognition).
OBJECTIVE • We will implement a loop so that the
assistant will ask for another task after
finishing current task.
• Besides we use some other modules like
Webbrowser, Wikipedia, os etc.
PROCESS DIAGRAM
Our assistant can perform various types of tasks.
After greeting it will ask for tasks to be
performed. It includes:
• Opening apps including chrome, vs code,
whatsapp .
• It can perform a google search.
APPLICATION • It can search for any songs in youtube and play
that song.
• Besides these tasks, it can open website like
geeksforgeeks.
• Also it can say our device’s ip address , tell jokes
etc.
FUTURE SCOPE

• In this project we have implemented the basic Virtual Assistant using Python. In

future we can add many additional tasks like sending message or sending email etc.

• We can implement this with GUI and make it fully voice controlled.

• Then we can integrate with Windows application or Mobile application.

• Additionally, in future add some Healthcare features can be added with this.

• Therefore, the search behaviour can be changed in future.

• In future, it can be used in solving maths and various types of problem with the help

of Artificial Intelligence.
In this project “Virtual Assistant Using Python” we discussed

the design and implementation of Digital Assistance. The

project is built using open source software modules and the

help of Visual Studio.

CONCLUSIO It not only works on human commands but also give responses

N to the user based on the query being asked or the words

spoken by the user such as opening tasks and operations. It is

greeting the user the way the user feels more comfortable and

feels free to interact with the voice assistant. The entire system

works on the verbal input rather than the next one.


THANK YOU!

You might also like