From 9eef55db165d48500bd3d1ade60d14518c7f5e1a Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Thu, 18 Jun 2020 15:24:02 +0200 Subject: [PATCH] Add readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..077b72c --- /dev/null +++ b/README.md @@ -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`) \ No newline at end of file