Skip to content

bryanmax9/Baymax-virtualAssistant_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Baymax Voice Assistant

Baymax is a Python voice assistant that can perform various tasks, such as playing music on YouTube, telling the current time, searching for information on Wikipedia, and telling jokes. Baymax can also respond to certain phrases, such as "ouch," "run," and "hi."

Baymax Listening

Requirements

  • Python 3.x
  • speech_recognition
  • pyttsx3
  • pywhatkit
  • wikipedia
  • pyjokes

Installation

  1. Clone this repository to your local machine.
  2. Install the required packages using pip: pip install -r requirements.txt
  3. Run python main.py to start the voice assistant.

Usage

Once the voice assistant is running, you can speak commands to Baymax by saying "Baymax" followed by your command. For example, you can say:

  • "Baymax, play Despacito"
  • "Baymax, what time is it?"
  • "Baymax, search about pandas"
  • "Baymax, tell me a joke"

Baymax will then respond to your command, either by speaking or by performing the requested action.

Baymax Voice Assistant Demo

Contributing

If you would like to contribute to this project, please fork the repository and create a new branch for your changes. Once you have made your changes, submit a pull request with a description of your changes.

Acknowledgments

  • This project was inspired by the character Baymax from the movie "Big Hero 6".
  • Special thanks to the creators of the required Python packages used in this project.

Baymax Bye

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages