Skip to content

Commit

Permalink
Added quick start instructions to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MiscellaneousStuff committed May 5, 2022
1 parent b699146 commit 3fc12f3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,16 @@ The EMG and audio data can be downloaded from

And the force-aligned phonemes for the dataset (not including the closed
vocabulary portion of the dataset) can be downloaded from
[https://github.com/dgaddy/silent_speech_alignments/raw/main/text_alignments.tar.gz](https://github.com/dgaddy/silent_speech_alignments/raw/main/text_alignments.tar.gz).
[https://github.com/dgaddy/silent_speech_alignments/raw/main/text_alignments.tar.gz](https://github.com/dgaddy/silent_speech_alignments/raw/main/text_alignments.tar.gz).

# Quick Start Guide

## Clone the Repository

You can clone this repository by doing the following:

```bash
git clone https://github.com/MiscellaneousStuff/semg_asr.git
git submodule init
git submodule update
```

0 comments on commit 3fc12f3

Please sign in to comment.