Skip to content

Commit

Permalink
Improving README
Browse files Browse the repository at this point in the history
  • Loading branch information
AmberSahdev committed Mar 1, 2024
1 parent efba596 commit d06d0d6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
14 changes: 7 additions & 7 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
Restricted

- Do not use any subset of this code for any commercial purposes.
- Developer assumes liability for any direct, indirect, incidental, special, consequential or exemplary damages.
<hr>


GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007

Expand Down Expand Up @@ -679,3 +672,10 @@ may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>.

---

Restricted

- Do not use any subset of this code for any commercial purposes.
- Developer assumes liability for any direct, indirect, incidental, special, consequential or exemplary damages.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,19 @@ Open Interface can
- Simulate keyboard and mouse input to automatically execute the steps received from the LLM to operate your computer.
- Take user requests through text or voice.

![macOS](https://img.shields.io/badge/mac%20os-000000?style=for-the-badge&logo=apple&logoColor=white)
![Linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black)
![Windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white)
<br>
[![Github All Releases](https://img.shields.io/github/downloads/AmberSahdev/Open-Interface/total.svg)]()
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/AmberSahdev/Open-Interface)
![GitHub](https://img.shields.io/github/license/AmberSahdev/Open-Interface)
[![Code Coverage](https://img.shields.io/codecov/c/github/AmberSahdev/Open-Interface)](https://codecov.io/github/AmberSahdev/Open-Interface)

### Demo
![Simple Demo Placeholder](assets/Simple_Bottom_of_Wikipedia-Sped-up-2x.gif)

<hr>

### Install
<details>
<summary><b>MacOS</b></summary>
Expand Down Expand Up @@ -70,7 +75,6 @@ Open Interface can
The Windows executable build is still under progress.
</details>

<hr>

### Setup
<details>
Expand All @@ -89,6 +93,8 @@ Open Interface can

</details>

<hr>

### Many of the Things it's Bad at

- Accurate spatial-reasoning and hence clicking buttons.
Expand Down

0 comments on commit d06d0d6

Please sign in to comment.