Skip to content

Python Virtual Assistant for Speech Recognition and Task Automation is a user-friendly project that performs various tasks via voice commands. Using Python libraries, it listens to users' commands, searches Wikipedia, plays music, opens web pages, and tells the time. The simple and efficient interface saves users time and effort.

Notifications You must be signed in to change notification settings

VinitChawda06/-Python-Virtual-Assistant-for-Speech-Recognition-and-Task-Automation-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

README

Introduction

This is a Python script that implements a basic virtual assistant using speech recognition and text-to-speech technology. The virtual assistant can perform a number of tasks, including searching Wikipedia, opening websites, playing music, and telling the time.

Dependencies

The script requires the following dependencies:

  • SpeechRecognition
  • Pyttsx3
  • Wikipedia

You can install these dependencies using pip:

pip install SpeechRecognition pyttsx3 wikipedia

Usage

To run the script, simply open your terminal or command prompt, navigate to the directory where the script is located, and type the following command:

python stage_1.py

After running the script, the virtual assistant will greet you and ask how it can assist you. You can then speak your commands, such as "open YouTube" or "what's the time?", and the virtual assistant will perform the corresponding tasks.

To exit the script, simply say "quit" or press Ctrl+C.

Disclaimer

This script is intended for educational purposes only. It is not intended for commercial use or as a replacement for professional virtual assistant software. The accuracy of the speech recognition and text-to-speech technology used in this script may vary depending on your device and environment.

About

Python Virtual Assistant for Speech Recognition and Task Automation is a user-friendly project that performs various tasks via voice commands. Using Python libraries, it listens to users' commands, searches Wikipedia, plays music, opens web pages, and tells the time. The simple and efficient interface saves users time and effort.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages