Skip to content

Commit 750cf1d

Browse files
authored
docs: replace MLDSAI with OpenAdaptAI in README.md (#402)
1 parent 1212198 commit 750cf1d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
### OpenAdapt connects Foundation Models to GUIs:
1010

11-
<img width="1473" alt="image" src="https://github.com/MLDSAI/OpenAdapt/assets/774615/5a760e4a-c596-4604-b1a4-a9563dce0fe7">
11+
<img width="1473" alt="image" src="https://github.com/OpenAdaptAI/OpenAdapt/assets/774615/5a760e4a-c596-4604-b1a4-a9563dce0fe7">
1212

1313

1414
([Slides](https://t.ly/7RGr))
@@ -30,7 +30,7 @@ The direction is adjacent to [Adept.ai](https://adept.ai/), with some key differ
3030
1. OpenAdapt is model agnostic
3131
2. OpenAdapt generates prompts automatically (auto-prompted, not user-prompted)
3232
3. OpenAdapt works with all types of desktop GUIs, including virtualized (e.g. Citrix) and web
33-
4. OpenAdapt is open source! (license TBD, please see https://github.com/MLDSAI/OpenAdapt/issues/246)
33+
4. OpenAdapt is open source! (license TBD, please see https://github.com/OpenAdaptAI/OpenAdapt/issues/246)
3434

3535

3636
## Install
@@ -50,7 +50,7 @@ The direction is adjacent to [Adept.ai](https://adept.ai/), with some key differ
5050
- Press Windows Key, type "powershell", and press Enter
5151
- Copy and paste the following command into the terminal, and press Enter (If Prompted for `User Account Control`, click 'Yes'):
5252
<pre className="whitespace-pre-wrap code text-slate-600 bg-slate-100 p-3 m-2">
53-
Start-Process powershell -Verb RunAs -ArgumentList '-NoExit', '-ExecutionPolicy', 'Bypass', '-Command', "iwr -UseBasicParsing -Uri 'https://raw.githubusercontent.com/MLDSAI/OpenAdapt/main/install/install_openadapt.ps1' | Invoke-Expression"
53+
Start-Process powershell -Verb RunAs -ArgumentList '-NoExit', '-ExecutionPolicy', 'Bypass', '-Command', "iwr -UseBasicParsing -Uri 'https://raw.githubusercontent.com/OpenAdaptAI/OpenAdapt/main/install/install_openadapt.ps1' | Invoke-Expression"
5454
</pre>
5555

5656
#### MacOS
@@ -77,7 +77,7 @@ For the setup of any/all of the above dependencies, follow the steps [SETUP.md](
7777

7878
Install with [Poetry](https://python-poetry.org/) :
7979
```
80-
git clone https://github.com/MLDSAI/OpenAdapt.git
80+
git clone https://github.com/OpenAdaptAI/OpenAdapt.git
8181
cd OpenAdapt
8282
pip3 install poetry
8383
poetry install
@@ -114,11 +114,11 @@ to generate some events, then stop the recording by pressing CTRL+C.
114114
Current limitations:
115115
- recording should be short (i.e. under a minute), as they are
116116
somewhat memory intensive, and there is currently an
117-
[open issue](https://github.com/MLDSAI/OpenAdapt/issues/5) describing a
117+
[open issue](https://github.com/OpenAdaptAI/OpenAdapt/issues/5) describing a
118118
possible memory leak
119119
- the only touchpad and trackpad gestures currently supported are
120120
pointing the cursor and left or right clicking, as described in this
121-
[open issue](https://github.com/MLDSAI/OpenAdapt/issues/145)
121+
[open issue](https://github.com/OpenAdaptAI/OpenAdapt/issues/145)
122122

123123

124124
### Visualize
@@ -131,7 +131,7 @@ python -m openadapt.visualize
131131

132132
This will open your browser. It will look something like this:
133133

134-
![image](https://github.com/MLDSAI/OpenAdapt/assets/774615/5d7253b7-ae12-477c-94a3-b388e4f37587)
134+
![image](https://github.com/OpenAdaptAI/OpenAdapt/assets/774615/5d7253b7-ae12-477c-94a3-b388e4f37587)
135135

136136
### Playback
137137

@@ -186,7 +186,7 @@ You can assume that you have access to the following functions:
186186

187187
1. Fork this repository and clone it to your local machine.
188188
2. Get OpenAdapt up and running by following the instructions under [Setup](#Setup).
189-
3. Look through the list of open issues at https://github.com/MLDSAI/OpenAdapt/issues
189+
3. Look through the list of open issues at https://github.com/OpenAdaptAI/OpenAdapt/issues
190190
and once you find one you would like to address, indicate your interest with a comment.
191191
4. Implement a solution to the issue you selected. Write unit tests for your
192192
implementation.
@@ -234,7 +234,7 @@ If you're interested in getting paid for your work, please mention it in your Pu
234234

235235
MacOS: if you encounter system alert messages or find issues when making and replaying recordings, make sure to [set up permissions accordingly](./permissions_in_macOS.md).
236236

237-
![MacOS System Alerts](https://github.com/MLDSAI/OpenAdapt/assets/43456930/dd96ab17-7cd6-4762-9c4f-5131b224a118)
237+
![MacOS System Alerts](https://github.com/OpenAdaptAI/OpenAdapt/assets/43456930/dd96ab17-7cd6-4762-9c4f-5131b224a118)
238238

239239
In summary (from https://stackoverflow.com/a/69673312):
240240

0 commit comments

Comments
 (0)