Welcome to the GitHub repository for our YouTube Q&A Chrome Extension! This extension enhances the YouTube video viewing experience by providing a streamlined way to ask and answer questions related to video content.
- Ask Questions: Easily pose questions about the video content you're watching.
- Get Realted Answers: This extension connect to ChatGPT and provide answers for you.
-
Clone the repository:
git clone https://github.com/narsan/YoutubeQ-A.git
-
Install prerequisite libraries by running
npm install
-
Replace your own API KEYS in
config.json
:{ "OPENAI_API_KEY": "Paste your openAI API key here", "YOUTUBE_API_KEY" : "Paste your RapidAI Youtube Captions and Transcripts API here" }
RapidAI offers 25 free request per months that you can subscribe and use here.
-
Open Chrome and navigate to
chrome://extensions/
-
Enable "Developer mode" in the top right corner
-
Click "Load unpacked" and select the extension folder from the cloned repository
- Open a YouTube video in Chrome.
- Use the extension interface to ask questions.
If you have any questions or encounter issues, feel free to create an issue on GitHub.
Happy questioning :)