Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Running the Server

### Installing dependencies with apt

```
sudo apt update && apt install -y sox ffmpeg
```

### Create conda environment

```
Expand All @@ -15,6 +21,8 @@ The server can then be instantiated with:
export CUDA_VISIBLE_DEVICES=4; python speech_server.py
```

(Note: you may need to remove the "export" command, for example if you only have one GPU, so device 4 does not exist.)

## Running the Client

### Create conda environment
Expand Down