/ytgpt

YTGPT is a Google Chrome extension that leverages the power of "ChatGPT Anywhere" to provide concise summaries of YouTube videos. Designed for users who want to grasp the key points of lengthy videos without spending a lot of time, YTGPT offers a convenient and efficient way to stay informed.

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

YTGPT

YTGPT is a Google Chrome extension that leverages the power of ChatGPT Anywhere to provide concise summaries of YouTube videos. Designed for users who want to grasp the key points of lengthy videos without spending a lot of time, YTGPT offers a convenient and efficient way to stay informed.

ytgpt-demo.mp4

Setup and Installation

  1. Clone the repository:

    git clone https://github.com/AkashKarnatak/ytgpt.git
  2. Navigate to the project directory:

    cd ytgpt
  3. Install dependencies:

    npm install
  4. Build the extension for chrome and firefox:

    npm run build
  5. After building, two folders named chrome-extension and firefox-extension will be created. You can now load these extensions into their respective browsers for testing.

Contributing

Contributions are welcome! If you find a bug, have an idea for an enhancement, or want to contribute in any way, feel free to open an issue or submit a pull request.

License

This project is licensed under the AGPL3 License. For details, see the LICENSE file.