This Repo contains code for extracting and summarizing the key points in a Youtube video, given a link.
Execution:
pip install requirements.txt
Then you can either run main.py to run the program in terminal (provide the url in the file)
or
Using Streamlit:
streamlit run app.py
Coming soon:
Using LLM to summarize the transcription.