Skip to content

SaboorNisha/Voice_Assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

🎙️ Voice Assistant Project

Project Overview

Welcome to my Voice Assistant beginner-friendly project! This simple voice assistant is capable of performing basic tasks based on voice commands like responding to greetings and providing predefined responses. It uses Python's speech recognition and text-to-speech functionalities.


📝 Features

  • 👋 Responds to "Hello", "How are you?", and "Goodbye" commands.
  • 🗣️ Recognizes speech and converts it into text.
  • 🔊 Provides voice responses based on recognized commands.
  • 🧠 Built using Python libraries like SpeechRecognition and pyttsx3.

🚀 How It Works

  1. The voice assistant listens to the user's command using a microphone.
  2. The spoken words are converted into text using Google’s speech recognition.
  3. Based on the recognized command, the assistant provides predefined voice responses like greeting or saying goodbye.

Contributing

Your contributions are valuable! Whether you've found a bug or have suggestions for improvements, feel free to open an issue or submit a pull request. Your input helps make this application better for everyone.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages