Skip to content

Commit

Permalink
docs: Update README.md with details on how to deploy the recording up…
Browse files Browse the repository at this point in the history
…loader stack
  • Loading branch information
KIRA009 committed Jul 15, 2024
1 parent 78f10de commit bfffb05
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,18 @@ python -m openadapt.replay VanillaReplayStrategy --instructions "calculate 9-8"

See https://github.com/OpenAdaptAI/OpenAdapt/tree/main/openadapt/strategies for a complete list. More ReplayStrategies coming soon! (see [Contributing](#Contributing)).

### Admin features
If you want to self host the app, you should run the following scripts

**recording_uploader**
- Ensure that you have valid AWS credentials added in your environment
- Run the following command to create a stack on AWS that you can upload recordings to
```bash
python -m admin.recording_uploader.deploy
```
- If the script runs successfully, you should see an API Gateway URL in the output
- Copy the URL and change the value of `RECORDING_UPLOAD_URL` in `openadapt/config.py` to the URL you copied

## Features

### State-of-the-art GUI understanding via [Segment Anything in High Quality](https://github.com/SysCV/sam-hq):
Expand Down

0 comments on commit bfffb05

Please sign in to comment.