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."
- Python 3.x
- speech_recognition
- pyttsx3
- pywhatkit
- wikipedia
- pyjokes
- Clone this repository to your local machine.
- Install the required packages using pip:
pip install -r requirements.txt - Run
python main.pyto start the voice assistant.
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.
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.
- 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.

