Halo is a voice assistant that uses natural language processing to interact with users and provide a variety of helpful services.
To get started with Halo, follow these steps:
- Clone the repository:
$ git clone https://github.com/davidesidoti/Halo-Assistant.git
- Install dependencies:
$ pip install -r requirements.txt
- Run the project:
$ python main.py
Halo can be used for a variety of tasks, including:
- Give generic informations such as weather, time etc.
- Provide assistance on tasks at your PC.
- And much more!
To interact with Halo, simply speak commands in natural language, such as "What's the weather like today?" or "Search Halo on google."
We welcome contributions from developers of all skill levels. To contribute to Halo, follow these steps:
- Fork the repository
- Create a new branch:
$ git checkout -b my-new-feature
- Make changes and test thoroughly
- Submit a pull request
For more information on contributing, see CONTRIBUTING.md
.
Halo is licensed under the MIT License.