Skip to content

AFFECTS OF ALCOHOL ON ARTICULATED VISUAL SPEECH

Notifications You must be signed in to change notification settings

chrisgks/drunk_vsr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

drunk_vsr

AFFECTS OF ALCOHOL ON ARTICULATED VISUAL SPEECH

Set Up Instructions

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. :(

Releases

No releases published

Packages

No packages published

Languages