This project has a specific goal which is to inspect Youtube videos aimed to obtain information about thier transcription. It is simple, checks if the video has transcription, which languages and whether it is autogenerated.
There are two ways, using the UI resource, or using by command line.
Since it is a Flask app you can clone and run as you expect for a Flask project. Otherwise, with docker compose installed you can just run at the root of the project:
make up
With python installed start a venv
python -m venv venv
Activate it according to your OS, as you can see here.
Now just install the requirements:
pip install -r requirements.txt
And at the root the project save your excel and run the command providing the file name with no extension (.xlsx):
python3 executor.py {file_name}