Skip to content

SahilShrivastava-Dev/Voice-Assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Voice-Assistant🔈🔉🔊

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.

This AI can perform

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...

Requirments

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

install and Run Using Gitbash or CMD

git clone https://github.com/SahilShrivastava-Dev/Voice-Assistant