Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Jarvis.py #505

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Dev-Aditya-More
Copy link

This pull request introduces a Jarvis Voice Assistant application built in Python, leveraging various libraries to handle voice commands and provide an interactive user experience.

The assistant can perform several functions, including:

1. Voice Recognition: Listens for user commands using the speech_recognition library.
2. Text-to-Speech: Responds audibly to the user using the pyttsx3 library.
3. Fun Facts: On greeting, it fetches and reads a random fun fact from an API, enhancing user engagement.

This pull request introduces a Jarvis Voice Assistant application built in Python, leveraging various libraries to handle voice commands and provide an interactive user experience. The assistant can perform several functions, including:

    Voice Recognition: Listens for user commands using the speech_recognition library.
    Text-to-Speech: Responds audibly to the user using the pyttsx3 library.
    Fun Facts: On greeting, it fetches and reads a random fun fact from an API, enhancing user engagement.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant