AFFECTS OF ALCOHOL ON ARTICULATED VISUAL SPEECH
0.. make sure you have miniconda (or anaconda) installed
1.. open a terminal and cd to the preferred project download directory:
git clone https://github.com/Chris-Gkikas/drunk_vsr.git
2.. cd to project directory:
cd drunk_vsr/ytb_crawler
3.. create new conda virtual env and install conda packages:
conda create --name drunk --file conda_requirements.txt
4.. activate the newly created virtual environment:
conda activate drunk
5.. fire it up
python ytb_crawler_v2.py
NOTES:
- in ytb_crawler/vids_n_trans directory, the X_not.txt indicates that the correspondent video (X.mp4) has no available transcript. :(