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.
- 👋 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
andpyttsx3
.
- The voice assistant listens to the user's command using a microphone.
- The spoken words are converted into text using Google’s speech recognition.
- Based on the recognized command, the assistant provides predefined voice responses like greeting or saying goodbye.
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.