You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See https://github.com/OpenAdaptAI/OpenAdapt/tree/main/openadapt/strategies for a complete list. More ReplayStrategies coming soon! (see [Contributing](#Contributing)).
223
223
224
+
### Admin features
225
+
If you want to self host the app, you should run the following scripts
226
+
227
+
**recording_uploader**
228
+
- Ensure that you have valid AWS credentials added in your environment
229
+
- Run the following command to create a stack on AWS that you can upload recordings to
230
+
```bash
231
+
python -m admin.recording_uploader.deploy
232
+
```
233
+
- If the script runs successfully, you should see an API Gateway URL in the output
234
+
- Copy the URL and change the value of `RECORDING_UPLOAD_URL` in `openadapt/config.py` to the URL you copied
235
+
224
236
## Features
225
237
226
238
### State-of-the-art GUI understanding via [Segment Anything in High Quality](https://github.com/SysCV/sam-hq):
0 commit comments