-
This is a simple Youtube Assistant, which takes
URL
of any youtube video, along with thequestions
about the video as the input from the user and gives the best possible answer. -
You can save so much time by simply asking the model the right questions, the perfect personal assistant for busy days.
-
This web application is built using
LangChain
andOpen AI
api (Chat GPT as the large language model)
- This file will contain your secret API key which you can use in the project.
- Assuming that you've generated your API key, create a new .env file and paste the link there.
openai_api_key= "YOUR SECRET KEY"
- After that you can refer the code and the requirements.txt file. Happy creating :)