Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.21 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.21 KB

📽️ YouTube Transcriber and Summarizer

project-image

The YouTube Transcriber and Summarizer app is a Python-based transcription and summarizer application that allows users to transcribe and summarize YouTube videos by simply providing the video’s URL. Additionally it fetches the video’s thumbnail from the YouTube host to enhance the user experience. The app utilizes the Langchain library for transcription the HuggingFace BART (large-sized model) for summarization and Streamlit for building the user interface. The hosted link for the app is: https://aaron-youtube-transcribe-ta.streamlit.app/.

🖼️ Project Screenshots:

project-screenshot

project-screenshot

💻 Built With:

  • Python
  • Streamlit
  • Langchain
  • YouTube Transcript API
  • Hugging Face API