In today's world of automation, everyone wants to have an automated tool that makes their daily life a lot easier. Daily work includes opening any application present in the system, playing and controlling music, solving mathematical expressions, searching the web, sending mails, setting reminders, getting daily news, weather details, etc. Everyone gets bored and tired of doing the same thing manually. People need automation in their lives. In Order to meet this problem, we are going to work on a project, that will be helpful to resolve such kind of issues and will be advantageous to many people.
An AI based Virtual assistant is software that understands verbal or written commands and performs tasks specified by the user. It is an example of artificial intelligence that can only perform tasks designed by the user.
-
Few examples of virtual assistants are:
1. Amazon’s Alexa 2. Apple’s Siri 3. Microsoft’s Cortana 4. Google’s Assistant
Virtual Assistants can be coded in any of the programming languages. We will be using Python (Python 3) to code our own Virtual Assistant named Lisavai. This Project Used NLP (Natural Language Processing) and NN (Neural Networks) etc. This Project Requires Strong Internet Connection.
-
1. pip install torch 2. pip install pyttsx3 3. pip install webbrowser 4. pip install wikipedia 5. pip install pytube 7. pip install os 8. pip install pyperclip 9. pip install speedtest 10. pip install pyautogui 11. pip install keyboard 12. pip install AppOpener 13. pip install requests 14. pip install openai 15. pip install SpeechRecognition 16. pip install numpy 17. pip install nltk 18. pip install pyaudio You Can Uncomment and Run nltk.download() to install puntk package. ## And Many More Packages You Can Check in Files
-
Few of the functionalities that will be performed by our AI Based Virtual Assistant are given.
0. Speaking Capability 1. YouTube Searching 2. YouTube Video Downloading 3. Google Searching 4. Performing Automations 5. Chatting 6. Playing Tic Tac Toe Game 7. Telling Weather Condition 8. Telling Jokes And Many More Features. To Run The Project Install All Packges and Just Run `Lisa.py`. To Train the Model, Delete DataTrain.pth File and Run Train.py to RE-Train Model
-