This is a simple web application for summarizing the transcript of YouTube videos. It uses Flask for the backend and HTML,CSS for the frontend.
-
Clone the repository:
git clone https://github.com/your-username/youtube-transcript-summarizer.git cd youtube-transcript-summarizer
-
Install dependencies:
pip install flask youtube-transcript-api bert-extractive-summarizer
-
Run the Flask application:
python app.py
-
Open your web browser and go to https://localhost:5000 to access the YouTube Transcript Summarizer.
- Ensure you have a stable internet connection as the application fetches YouTube video transcripts.
- The summarization process may take some time depending on the length of the video and the summarization library used.
Feel free to customize the code and adapt it to your needs!