Similar to Jarvis , alexa , cortana , siri , I in my 12th standard final project created this voice assistant named Laila😂. This AI can perform various daily tasks , few of them are listed below.
It can help to do lot many things like.. it can tell you the current time and date,⌚
it can tell you the current weather,☁🌡
it can tell you battery and cpu usage,〽
it can create the reminder list,⏰
it can take screenshots,🤳🏻📸
it can send email to your boss or family or your friend,📩📨
it can shut down or logout or hibernate your system,📴
it can tell you non funny jokes, 😂🤣
it can open any website, on chrome web-browser
it can search the thing on wikipedia,
it can change his/her voice from male to female and vice-versa👨🏻🚺
And yes more thing to come...
Requires properly working mic to detect what is user saying and for Laila recognition
This AI requires you to add and install a lot of module that doesnot comes preinstalled with Python3.
import pyttsx3 #pip install pyttsx3
import datetime #module
import speech_recognition as sr
import wikipedia
import smtplib
import webbrowser as wb
import os #inbuilt
import pyautogui
import psutil #pip install psutil
import pyjokes # pip install pyjokes
import requests, json #inbuilt
import pyaudio
For Windows one can use py -m pip install <Module_Name> or pipwin
For iOs use pip installer directly
git clone https://github.com/SahilShrivastava-Dev/Voice-Assistant