Voice Assistant (Python)
A Python-based voice assistant designed to execute basic system and web tasks using voice commands. The project focuses on applying core programming concepts and integrating multiple Python libraries to build an interactive, command-driven assistant.
The assistant can recognize voice input, convert speech to text, and perform actions such as fetching the current date and time, opening commonly used websites like Google, YouTube, and WhatsApp, and executing basic web searches.
This project was built to strengthen practical understanding of automation, speech processing, and Python-based application development.
Key Features: Voice command recognition and processing Text-to-speech response system Web automation (Google, YouTube, WhatsApp, etc.) Date and time retrieval Basic search functionality via browser automation Tech Stack: Python SpeechRecognition pyttsx3 webbrowser module datetime module Purpose:
To apply theoretical knowledge in a practical project by combining speech processing and automation in Python.