The project is an application that leverages the power of OpenAI's GPT models to provide a ChatGPT-like experience for YouTube videos with captions. Users can input YouTube video links, and the app extracts captions to facilitate a question-and-answer (QNA) interaction and users are allowed to compare between 2 YT videos so that users can choose the right video for their learning purpose and save much time. By utilizing the OpenAI API, the app seamlessly generates insightful answers to user queries related to the content of the provided videos. Enhance your engagement with YouTube content by exploring a conversational approach to video exploration and learning with VidGPT.
Clone this project :
git clone https://github.com/Ashish-Pandey62/Video-GPT
install the requirements.txt :
pip install -r requirements.txt
go to the correct directory
cd Video-GPT
run the streamlit application :
streamlit run app.py