Add readme
This commit is contained in:
parent
58bcc0729f
commit
9eef55db16
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Setup
|
||||
|
||||
From this directory run `mkdir -p dataset/small && mkdir interview` and extract the dataset to the dataset directory. Cd into the directory and run
|
||||
|
||||
```
|
||||
mogrify -path small -thumbnail 500x500 *
|
||||
```
|
||||
|
||||
This will create the required thumbnails.
|
||||
|
||||
Then extract the interview zip (mp3 + vtt) to the interview directory.
|
||||
|
||||
Open page using a webserver (eg. using `python3 -m http.server 8000`)
|
Loading…
Reference in a new issue