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

https://github.com/mostlywhat/unos-assistant

Universal Not-Propietary Operations System or UNOS is an open-source artificial intelligence-powered system operator based on the Python Programming Language!
https://github.com/mostlywhat/unos-assistant

assistant collaborate github hacktoberfest home-assistant open-source student-vscode

Last synced: 10 months ago
JSON representation

Universal Not-Propietary Operations System or UNOS is an open-source artificial intelligence-powered system operator based on the Python Programming Language!

Awesome Lists containing this project

README

          

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![AGPL 3.0][license-shield]][license-url]





Logo

Unos Assistant Framework System


Universal Not-Propietary Operations System or UNOS is an open-source artificial intelligence-powered system operator that is designed with expandability, transparency and adaptability in mind.


Explore the docs »




View Demo
·
Report Bug
·
Request Feature


Table of Contents



  1. About The Project



  2. Getting Started


  3. Usage

  4. Roadmap

  5. Contributing

  6. License

  7. Contact


  8. Acknowledgments

## About The Project

[![Product Name Screen Shot][product-screenshot]](https://unos.mostlywhat.cf)

(Back to Top)

### Built With

- [Python](https://www.python.org/)
- [Tensorflow](https://www.tensorflow.org/)

(Back to Top)

## Getting Started

To get started please follow the steps below. By installing the prerequisites and the installation steps, you will be able to use the framework.

### Prerequisites

Making sure to have install Python 3.7.5 or higher from [Python Foundation](https://www.python.org/downloads/).

### Installation

1. Read Terms and Conditions at [Legal on UNOS Website](https://unos.mostlywhat.cf/legal/terms-and-conditions)
2. Clone the repo
```sh
git clone https://github.com/MostlyWhat/Unos-Assistant.git
```
3. Installing Dependencies using pip
```sh
pip3 install -r requirements.txt
```
4. Start the UNOS Assistant Framework System
```js
python3 unos.py
```

(Back to Top)

## Usage

Ask UNOS any commands or even questions for it to attempt to answer. If you find any bugs or have any suggestions, please report them at [Issues](https:..github.com/MostlyWhat/Unos-Assistant/issues).

_For more examples, please refer to the [Documentation](https://unos.mostlywhat.cf/documentation)_

(Back to Top)

## Customisations

You can always customise UNOS to your likings from responses to adaptors to control smart devices. Follow the documentation to learn more. You can also find more examples in the [Documentation](https://unos.mostlywhat.cf/documentation).

(Back to Top)

## Roadmap & Planned Updates

Roadmaps and Planned Updates are published on the official website of UNOS Assistant Framework System. [https://unos.mostlywhat.cf/roadmap](https://unos.mostlywhat.cf/roadmap)

See the [open issues](https://github.com/MostlyWhat/Unos-Assistant/issues) for a full list of proposed features (and known issues).

(Back to Top)

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

(Back to Top)

## License

Distributed under the AGPL-3 License. See `LICENSE` for more information.

(Back to Top)

## Contact

Your Name - [@mostlywhat](https://twitter.com/mostlywhat) - admin@mostlywhat.cf

Project Link: [https://github.com/MostlyWhat/Unos-Assistant](https://github.com/MostlyWhat/Unos-Assistant)

(Back to Top)

## Open-Source Technologies Used

To see the list of the open-source technologies used by the UNOS-Assistant Framework project please refer to the [Open Source Technologies](https://unos.mostlywhat.cf/legal/open-source)

(Back to Top)

[contributors-shield]: https://img.shields.io/github/contributors/MostlyWhat/Unos-Assistant.svg?style=for-the-badge
[contributors-url]: https://github.com/MostlyWhat/Unos-Assistant/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/MostlyWhat/Unos-Assistant.svg?style=for-the-badge
[forks-url]: https://github.com/MostlyWhat/Unos-Assistant/network/members
[stars-shield]: https://img.shields.io/github/stars/MostlyWhat/Unos-Assistant.svg?style=for-the-badge
[stars-url]: https://github.com/MostlyWhat/Unos-Assistant/stargazers
[issues-shield]: https://img.shields.io/github/issues/MostlyWhat/Unos-Assistant.svg?style=for-the-badge
[issues-url]: https://github.com/MostlyWhat/Unos-Assistant/issues
[license-shield]: https://img.shields.io/github/license/MostlyWhat/Unos-Assistant.svg?style=for-the-badge
[license-url]: https://github.com/MostlyWhat/Unos-Assistant/blob/master/LICENSE
[product-screenshot]: Images/demo.png