Ola is a Python 3-powered voice assistant designed to make your life easier by performing tasks via voice commands. Whether you want to search Wikipedia, control your system apps, browse the web, or get voice feedback, Ola is here to help you—all hands-free!
- Voice-Controlled Automation: Seamlessly interact with apps, web searches, and Wikipedia using natural speech.
- Text-to-Speech Feedback: Ola responds with spoken feedback using
pyttsx3
. - Web Browsing: Effortlessly open websites with just your voice using
webbrowser
. - System Integration: Execute system-level commands and control local applications via
os
.
- Python 3 – Core programming language.
- speech_recognition – For understanding and processing voice commands.
- pyttsx3 – To convert text responses into speech.
- wikipedia – Fetches relevant information directly from Wikipedia.
- os – For executing system-level operations.
- webbrowser – Opens web pages from voice instructions.
Follow these simple steps to set up Ola Voice Assistant:
- Clone the repository:
git clone https://github.com/your-username/ola-voice-assistant.git