Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.69 KB

File metadata and controls

46 lines (28 loc) · 1.69 KB

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