This is a simple voice assistant created using Python that can perform tasks such as searching Wikipedia, opening websites, playing music, telling the time, and more. The assistant is named "Jarvis", inspired by the AI assistant from the Iron Man movies.
To run this project, you need to have the following Python libraries installed:
speech_recognition– For speech-to-text functionality.pyttsx3– For text-to-speech functionality.wikipedia– For fetching Wikipedia summaries.webbrowser– To open websites in a web browser.os– To interact with the system's file system.random– For playing random songs from the music folder.
You can install these libraries using pip:
pip install SpeechRecognition pyttsx3 wikipedia