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/.
- Python
- Streamlit
- Langchain
- YouTube Transcript API
- Hugging Face API