Baymax AI is a simple virtual assistance, which helps you in your daily life by tell time, dates, it provides current latest news, search location, search anything on google, and lastly it help you to open any website.
And of course it support all the platform Linux, Mac, Window.
- sudo apt-get install espeak
- sudo apt-get install python-pyaudio python3-pyaudio sox
- pip install pyaudio
- sudo apt-get install libatlas-base-dev
- Requests
- Python >= 3
- SpeechRecognition
- datetime
- time
- webbrowser
- pyttsx3
- Supported Operating System: Linux, Mac, Window
#install the dependencies
sudo apt-get install espeak
sudo apt-get install python-pyaudio python3-pyaudio sox
pip install pyaudio
sudo apt-get install libatlas-base-dev
# Clone the repository
https://github.com/titungpemba/baymax-ai.git
# Go to the project root
cd baymax-ai
#install the requirements
pip3 install -r requirements.txt
# Run
python3 BAYMAX.py
## Boom! Baymax is running.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.