Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
22 views
Paper Published
Yes
Uploaded by
Faisal Khan
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save PaperPublished For Later
Download
Save
Save PaperPublished For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
22 views
Paper Published
Yes
Uploaded by
Faisal Khan
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save PaperPublished For Later
Carousel Previous
Carousel Next
Save
Save PaperPublished For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 3
Search
Fullscreen
Try TS eISSN: 2582-5208 International Research Journal of Modernization in Engineering Technology and Science (Peer-Reviewed, Open Access, Fully Refereed International Journal ) Volume:04/Issue:04/April-2022 Impact Factor- 6.752 www.irjmets.com VIRTUAL DESKTOP ASSISTANT USING PYTHON Zeeshan Raza"!, Aftab Amin Sheikh"?, Ankush Shahu’s, Abhijeet Thakur’, Ruhina Quazi‘s “1234Student, Department Of Electronic And Telecommunication Engineering, Anjuman College Of Engineering And Technology, Nagpur, Maharashtra, India. “sAssistant Professor, Department of Electronic and Telecommunication Engineering, Anjuman College of Engineering and Technology, Nagpur, Maharashtra, India ABSTRACT This project thesis looks at how new technologies can be used to develop an intelligent Virtual Desktop Assistant that focuses on user-based data, It will analyze the possible utility of one single piece of software as a Virtual Desktop Assistant by looking at examples of intelligent programs with natural language processing that are now available, with various categories of support. Natural Language Processing Is used to activate the ability to communicate socially, storing (and evaluating) information in the context of the user. New technology, It Is suggested, may soon make the concept of virtual assistants a reality. Experiments conducted on this, system, combined with user testing, have provided evidence that a basic program with natural language processing algorithms in the form of a Virtual Desktop Assistant, with basic natural language processing and. the ability to function without the need for other type of human input (or programming) may already be viable. Keywords: Voice Assistant, Desktop Voice Assistant, Python Project, Assistant Using Python And Virtual Assistant 1. INTRODUCTION Human interaction is rapidly being supplanted by. Performance is one of the key reasons behind this shift Rather than progress, technology has undergone a significant transformation, In today's world, we use ‘technologies like Machine Learning and Neural Networks to teach our machines to do their jobs on their own or to think like people. With the help of virtual assistants, we may now communicate with our machines in the modern world. Companies such as Google, Apple, Microsoft, and others have virtual assistants such as Google Now, Siri, and Alexa that allow users to operate their machines just by speaking to them. These types of virtual assistants are beneficial to the elderly, the visually and physically challenged, children, and others by ensuring ‘that interacting with machines is no longer a challenge. Even blind persons who are unable to see the computer can communicate with it just through thetr voice. The following are some of the basic tasks that most virtual assistants can help with: ‘Previous year question papers (RTMNU) Aggregate Percentage Calculator © Search on Wikipedia © Stream Binaural Beats © Open Any Websites © Random Password Generator etc. Our voice assistant is a desktop-based application created with Python modules and libraries, This assistant is only a basic version that can do all of the duties listed abave, but current technology, while impressive, still has ‘to be combined with Machine Learning and the Internet of Things (IoT) for greater results. The understanding, and executing commands are still to reach a new level like the virtual assistant of the iron man named Jarvis, Although this is a work of fiction, itis possible to achieve with virtual assistants. All you have to do assistant a command, and the assistant will take care of the rest. There will be no need to write exten: to execute a task with the help of voice-activated virtual assistants; the system will do it for us. Depending on the application, the machine will operate in one of three modes: supervised, unsupervised, or reinforcement learning. All of this is feasible because to machine learning. give the ‘codes wawieimetscom @lnternational Research Journal of Modernization in Engineering, Technology and Science fan]Pry TS e-ISSN: 2582-5208 International Research Journal of Modernization in Engineering Technology and Science ( Peer-Reviewed, Open Access, Fully Refereed International Journal ) Volume:04/Issue:04/A pril-2022 Impact Factor- 6.752 I. METHODOLOGY PROPOSED SYSTEM: - ‘The system to be developed here is a Virtual Desktop Assistant. ‘This system is based on Functional Programming. ‘The main structure is linked with small modules containing specific task which is to be performed. ‘The keyword “import” is used to link all the small modules with main structure. This Virtual Assistant can be used to perform multiple tasks such as getting Aggregate Percentage (RTMNU), Random Password Generator, etc, Basically, it provides helping hand to all the students. BLOCK DIAGRAM vvvvve ey ASSISTANT USER INPUT convent PERFORM DISPLAY (WOICE [ss za vore THE TASK OUTPUT CMD) Text Fig 1: Block diagram of Electro 1. User Input (Voice Command): Initially, the assistant electro will greet the user with respect to time and then ask the user for task and then listen to it. 2. Assistant: Here the assistant consists of three sub blocks ie. # Convert The Voice Input into Text: # Perform The Task: © Display Output: ‘a. Convert The Voice Input into Text: Here with the help of speech recognition module the electro will convert the input command into text. b. Perform The Task: Now according to the user input the electro will perform the task. ©. Display Output: ‘The result ofthe given task is shown here. 3. Feedback: The assistant will run in a loop ie, keep asking for the input and the performing the tasks until “turn off’ command is given. The turn off command will break the loop. MI FLOW DIAGRAM ‘This is the flowchart of our virtual desktop assistant. > When we run the program, it starts with greeting the user according to time, like good morning, good afternoon, > After this, it will start listening to the user's voice command, and recognizes the command. Irthe given command matches any of the following command then it will search for the particular function ‘whether itis present in the main body or not. > Wherever it is present it will execute the command and after successful execution it will go back to the listening mode. ¥ v ‘wonwinimetscom @ international Research Journal of Modernization in Engineering, Technology and Science [a2]Try TS eISSN: 2582-5208 International Research Journal of Modernization in Engineering Technology and Science ( Peer-Reviewed, Open Access, Fully Refereed International Journal ) Volume:04/Issue:04/A pril-2022 Impact Factor- 6.752 www.irjmets.com > Ifit does not match or recognize the user's voice command then it says “Invalid input” and again go back to listening mode. > To finish the software, the user must say turn off, and the loop will be broken. Latest news + Bossword generator + Music player | + mos Wikipedia ‘Open (website name) Mable no info Aggregate ole command tsi mn bos eer a Figure 2: Flowchart of Virtual Desktop Assistant (Electro) IV. RESULT ANALYSIS We've created a voice assistant that can perform any task in exchange for commands from users without making any mistakes. We've added more functionality, such as listening to the user's speech solely and not being activated by background noise. This project's modular structure makes it simple to comprehend and more adaptable. More features can be added without affecting the program's overall functionality. The essential Python packages have been installed, and the code was written using the Visual Studio Code Integrated Development Environment (IDE). V. CONCLUSION How quickly did the time pass? When we go back twenty years, Voice Recognition was still in its infancy. When the computer system first appeared, it was a pipe dream to have full-fledged interaction with the machine. Now ‘we can chat, question, and even give orders to complete the task. This technological innovation is propelling the planet forward. When we consider the future capabilities of voice recognition and facial detection, we can see how they can assist security services in verifying criminal details and so on. If we look back two decades, our remarks might not have carried as far as we could have expected. Desktop Assistant performs many of the same functions as a smartphone, such as managing several applications via voice commands. It allows you to access the system without having to type anything, An individual can access the system using facial recognition, and. face detection helps to secure the data by ensuring that no other person can access the system. It employs ‘machine learning algorithms and assists users in gaining secure access. VL REFERENCES [1] Zwass V. Speech Recognition {Internet}. Encyclopedia Britannica Online: 2016; [cited 2019 April 7). [2] Markowitz J. Toys That Have a Voice. Speech Technology Magazine [Internet]. 2003 March [cited 2019 April 7). [3] Pinola M. Speech Recognition Through the Decades: How We Ended Up with Siri, PC World [Internet]. 2011 November 2 [Cited 2019 April 7]. [4] Swapnil Saurav, Python Programing-learn and practice (2nd Edition). Ingram short title; 2018 January 1 {5] Grant Smith, Everything You Need To Ace Computer Science in One Big Fat Notebook, Workman Publishing Co. Inc, 2020 March. com @lnternational Research Journal of Modernization in Engineering, Technology and Science [413]
You might also like
Desktop Voice Assistant
PDF
No ratings yet
Desktop Voice Assistant
4 pages
Voice Assistant Using Python and AI
PDF
No ratings yet
Voice Assistant Using Python and AI
7 pages
Research Paper AI
PDF
No ratings yet
Research Paper AI
6 pages
Assistant Using Python
PDF
No ratings yet
Assistant Using Python
4 pages
Fin Irjmets1674010501
PDF
No ratings yet
Fin Irjmets1674010501
4 pages
Jarvis: Virtual Voice Command Desktop Assistant
PDF
No ratings yet
Jarvis: Virtual Voice Command Desktop Assistant
4 pages
Virtual Assistant Using Python Ijariie18581
PDF
No ratings yet
Virtual Assistant Using Python Ijariie18581
4 pages
AI Desktop
PDF
No ratings yet
AI Desktop
14 pages
Voice_Assistent_Using_Python_Synopsis[1]
PDF
No ratings yet
Voice_Assistent_Using_Python_Synopsis[1]
10 pages
Deskmate Assistant Project
PDF
No ratings yet
Deskmate Assistant Project
8 pages
Report Mini Edited
PDF
No ratings yet
Report Mini Edited
31 pages
Final Report R
PDF
No ratings yet
Final Report R
85 pages
My Voice Assistant Using Python
PDF
No ratings yet
My Voice Assistant Using Python
6 pages
Desktop Assistant Ijariie16788
PDF
No ratings yet
Desktop Assistant Ijariie16788
6 pages
Project 2023
PDF
No ratings yet
Project 2023
34 pages
Technical Paper
PDF
No ratings yet
Technical Paper
5 pages
Journalsresaim Ijresm v3 I7 32
PDF
No ratings yet
Journalsresaim Ijresm v3 I7 32
3 pages
ATHENA RESEARCH PAPER
PDF
No ratings yet
ATHENA RESEARCH PAPER
5 pages
Minor project report
PDF
No ratings yet
Minor project report
5 pages
DesktopAssistant Reoprt
PDF
No ratings yet
DesktopAssistant Reoprt
42 pages
2bp
PDF
No ratings yet
2bp
10 pages
Report
PDF
No ratings yet
Report
53 pages
synopsis_Voice Assistant using python
PDF
No ratings yet
synopsis_Voice Assistant using python
5 pages
Jdsis Paper Oth Oth[1]
PDF
No ratings yet
Jdsis Paper Oth Oth[1]
5 pages
Desktop'S Virtual Assistant Using Python: N Umapathi, G Karthick, N Venkateswaran, R Jegadeesan, Dava Srinivas
PDF
No ratings yet
Desktop'S Virtual Assistant Using Python: N Umapathi, G Karthick, N Venkateswaran, R Jegadeesan, Dava Srinivas
10 pages
AI-Based Virtual Assistant Using Python A Systematic Review
PDF
No ratings yet
AI-Based Virtual Assistant Using Python A Systematic Review
7 pages
AI-based Desktop Voice Assistant
PDF
No ratings yet
AI-based Desktop Voice Assistant
4 pages
Fin Irjmets1653449299
PDF
No ratings yet
Fin Irjmets1653449299
3 pages
Voice Based Virtual Assistant Research Paper
PDF
100% (1)
Voice Based Virtual Assistant Research Paper
4 pages
Virtual Assistant Using Python (PR 792) Final
PDF
No ratings yet
Virtual Assistant Using Python (PR 792) Final
9 pages
Jarvis Synopsis
PDF
No ratings yet
Jarvis Synopsis
18 pages
Fin Irjmets1711951459
PDF
No ratings yet
Fin Irjmets1711951459
8 pages
OPEN ELECTIVE PROJECT
PDF
No ratings yet
OPEN ELECTIVE PROJECT
30 pages
Virtual Assistant: A Project Report
PDF
No ratings yet
Virtual Assistant: A Project Report
11 pages
Korean AI Agency Pitch Deck XL by Slidesgo
PDF
No ratings yet
Korean AI Agency Pitch Deck XL by Slidesgo
9 pages
Sat - 10.Pdf - Smart Voice Assistant Using Python
PDF
No ratings yet
Sat - 10.Pdf - Smart Voice Assistant Using Python
11 pages
Synopsis
PDF
No ratings yet
Synopsis
10 pages
Fin Irjmets1685456342
PDF
No ratings yet
Fin Irjmets1685456342
6 pages
Mini Project: Topic 1. Virtual Assistant
PDF
No ratings yet
Mini Project: Topic 1. Virtual Assistant
11 pages
Synopsis by Ateaf and Vinayak
PDF
No ratings yet
Synopsis by Ateaf and Vinayak
5 pages
b.e-etce-batchno-8
PDF
No ratings yet
b.e-etce-batchno-8
56 pages
Mini Project Report
PDF
No ratings yet
Mini Project Report
30 pages
Research On Content Summarizer
PDF
No ratings yet
Research On Content Summarizer
4 pages
Virtual Voice Assistant My Proj123
PDF
No ratings yet
Virtual Voice Assistant My Proj123
29 pages
Implementation Paper of Edith Virtual Assistant
PDF
No ratings yet
Implementation Paper of Edith Virtual Assistant
8 pages
Synopsis
PDF
No ratings yet
Synopsis
6 pages
Va 59
PDF
No ratings yet
Va 59
7 pages
Virtual Assistant Project 1
PDF
No ratings yet
Virtual Assistant Project 1
3 pages
I RJ Mets 61000069595
PDF
No ratings yet
I RJ Mets 61000069595
7 pages
miniproject synopsis
PDF
No ratings yet
miniproject synopsis
7 pages
Reportt
PDF
No ratings yet
Reportt
19 pages
VIRTAUAL ASSISTANT BUJJI(college).pdf
PDF
No ratings yet
VIRTAUAL ASSISTANT BUJJI(college).pdf
39 pages
minor project sem 2
PDF
No ratings yet
minor project sem 2
35 pages
Department of Mechanical Engineering: Mini Project Phase 1 Presentation
PDF
No ratings yet
Department of Mechanical Engineering: Mini Project Phase 1 Presentation
12 pages
IJRPR28935
PDF
No ratings yet
IJRPR28935
7 pages
My Synopsis
PDF
No ratings yet
My Synopsis
7 pages
Pvaresearch
PDF
No ratings yet
Pvaresearch
2 pages
A Natural Language Processing Based Intelligent Bot Application
PDF
No ratings yet
A Natural Language Processing Based Intelligent Bot Application
6 pages
IRJET V8I4696 With Cover Page v2
PDF
No ratings yet
IRJET V8I4696 With Cover Page v2
4 pages
Call For Chapters
PDF
No ratings yet
Call For Chapters
1 page
Q) Explain Different Type of Error Detection Techniques?: 1. Simple Parity Check
PDF
No ratings yet
Q) Explain Different Type of Error Detection Techniques?: 1. Simple Parity Check
8 pages
Wedding Invitation Story With Cherry Blossom Watercolor
PDF
No ratings yet
Wedding Invitation Story With Cherry Blossom Watercolor
2 pages
Curriculum-VLSI SoC Design Using Verilog HDL
PDF
No ratings yet
Curriculum-VLSI SoC Design Using Verilog HDL
3 pages