This app uses the YouTube Transcript API and the Transformers library to summarize YouTube videos.
-
Install the dependencies:
pip install -r requirements.txt
-
Run the app:
python api.py
-
In your browser, navigate to
http://localhost:5000/summarize
. -
Run the
index.html
file in the Frontend folder. -
Enter the URL of the YouTube video you want to summarize in the text field.
-
Click the Summarize button.
Then you have the summarized text appear below the text field.