An AI assistant I call Melissa. Created with Python along with some built-in and downloaded libraries.
So to start off, the main library here, I'll say is the SpeechRecogintion Library. Some of the others include:
-
random
-
pyttsx3
-
datetime
-
speech_recognition
-
wikipedia
-
smtplib
-
webbrowser as wb
-
os
-
psutil
These Libraries allows for Melissa to carry out some lovely functions as you'll get to see when you read the code. She can:
-
Send Emails
-
Search content on Wikipedia
-
Search the Web and open website
-
Play music
-
Shutdown your System
-
Logout from an Admin account in the system
-
Tell date and time.. etc
You two can as well play a game together if asked for. I incorprated my Guess Me Repository game (https://github.com/michizler/Guess-Me) here.
PS: The directories included in the code are specific to me and may raise exceptions if used with your system. Ensure you change the directories to apply to your specific needs before running the code.
Feel free to play around the code and email me more functionalities I can add.
Cheers.