# PROJECT-T ## Installation ``` pip install -r requirement.txt ``` ## Usage ``` usage: pipeline.py [-h] [--link LINK] [--local_path LOCAL_PATH] [--download DOWNLOAD] [--result RESULT] [--video_name VIDEO_NAME] quick start: example online: python3 pipeline.py --link https://www.youtube.com/watch?v=XbgFIkhMM3s --download ./downloads --result ./results --video_name uncle_roger_test example offline: python3 pipeline.py --local_path test_translation.m4a --result ./results --video_name test_translation options: -h, --help show this help message and exit --link LINK youtube video link here --local_path LOCAL_PATH local video path here --download DOWNLOAD download path --result RESULT translate result path --video_name VIDEO_NAME video name ```