Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 609 Bytes

File metadata and controls

21 lines (17 loc) · 609 Bytes

End-To-End-Youtube-Video-Transcribe-Summarizer-LLM-App-With-Google-Gemini-Pro

This repository provides an application that uses Google Gemini Pro and Streamlit to transcribe and summarize YouTube videos.

Installation

  1. Clone the repository:
git clone https://github.com/mihirkudale/End-To-End-Youtube-Video-Transcribe-Summarizer-LLM-App-With-Google-Gemini-Pro.git
cd End-To-End-Youtube-Video-Transcribe-Summarizer-LLM-App-With-Google-Gemini-Pro
  1. Install dependencies:
pip install -r requirements.txt
  1. Configure Google Gemini Pro API.

  2. Run the app:

streamlit run app.py