Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 364 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 364 Bytes

Youtube_Summarizer

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.