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