AI-YouTube-Assistant is a LangChain 🦜🔗 application that helps to answer queries & summarize YouTube Videos
to understand their crucial aspects in less time!
- Question answering about YouTube videos 🤔
- Summarize any (almost) YouTube Video & Save time! ⏳
This project aims to provide a simple and efficient way to answer questions and summarize YouTube videos using LangChain. It also provides a beautiful UI with Streamlit.
- Question answering about YouTube videos
- Summarize any (almost) YouTube Video
- Save time by quickly understanding video content
To get started, follow these steps:
-
Clone this repository:
https://github.com/DarkDk123/AI-YouTube-Assistant
-
Install the required dependencies:
pip install -r requirements.txt
-
Store environment variables in .env file like example.env
-
Run the Streamlit application:
streamlit run main_streamlit.py
Once the application is running, you can interact with it by entering your queries on the web interface, default at - http://localhost:8501
Inspired by learnings from LangChain Tutorial by Rishab Kumar.
Contributions are welcome! If you have any ideas or improvements, feel free to open an issue or submit a pull request.