An open API service indexing awesome lists of open source software.

https://github.com/titungpemba/Baymax-AI

Baymax AI is a simple virtual assistance, which helps you in your daily life
https://github.com/titungpemba/Baymax-AI

ai bot jarvis personal-assistant python virtual-assistant

Last synced: 7 months ago
JSON representation

Baymax AI is a simple virtual assistance, which helps you in your daily life

Awesome Lists containing this project

README

          

# Baymax AI BETA!

[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyowm.svg)](https://img.shields.io/pypi/pyversions/pyowm.svg)
[![requests_doc](https://readthedocs.org/projects/requests/badge/?version=latest)](https://requests.readthedocs.io/en/master/)
[![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/titungpemba)

## What is it

[Baymax AI](https://github.com/titungpemba/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.

## Getting Started

## Prerequisites

- 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](https://pypi.org/project/requests/)
- [Python](https://www.python.org/downloads/) >= 3
- [SpeechRecognition](https://pypi.org/project/SpeechRecognition/)
- [datetime](https://pypi.org/project/datetime)
- [time](https://pypi.org/project/time)
- [webbrowser](https://pypi.org/project/webbrowser)
- [pyttsx3](https://pypi.org/project/pyttsx3)
- Supported Operating System: Linux, Mac, Window

## Installation & Usage

```sh
#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.
```

## Contributing

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.

## License

[MIT](https://choosealicense.com/licenses/mit/)