Skip to content

samahmud/Sample-jarvis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Jarvis - A Simple Voice Assistant

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.

Requirements

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages