To run the program using the command line, use the following:
python main.py "yt_vid_link"
Replace "yt_vid_link"
with the actual YouTube video link.
To run the program as a web app, execute the following command:
streamlit run app.py
This program requires the dependencies listed in requirements.txt
Run pip install -r requirements.txt
first.