Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kazuki-sf/youtube_summary_with_chatgpt
YouTube Summary with ChatGPT is a simple Chrome Extension (manifest v3) that allows you to get both YouTube video transcripts and summary of the video with OpenAI's ChatGPT AI technology.
https://github.com/kazuki-sf/youtube_summary_with_chatgpt
chatgpt chrome-extension manifest-v3
Last synced: 3 months ago
JSON representation
YouTube Summary with ChatGPT is a simple Chrome Extension (manifest v3) that allows you to get both YouTube video transcripts and summary of the video with OpenAI's ChatGPT AI technology.
- Host: GitHub
- URL: https://github.com/kazuki-sf/youtube_summary_with_chatgpt
- Owner: kazuki-sf
- License: mit
- Created: 2022-12-17T12:21:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T06:19:32.000Z (about 2 years ago)
- Last Synced: 2024-11-03T03:31:02.235Z (3 months ago)
- Topics: chatgpt, chrome-extension, manifest-v3
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 803
- Watchers: 11
- Forks: 134
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ChatGPT-repositories - YouTube_Summary_with_ChatGPT - YouTube Summary with ChatGPT is a simple Chrome Extension (manifest v3) that allows you to get both YouTube video transcripts and summary of the video with OpenAI's ChatGPT AI technology. (Browser-extensions)
README
# YouTube Summary with ChatGPT
YouTube Summary with ChatGPT is a simple Chrome Extension (manifest v3) that allows you to get both YouTube video transcripts and summary of the video with OpenAI's ChatGPT AI technology. Chrome Extension is available on [Chrome Web Store](https://chrome.google.com/webstore/detail/chatgpt-youtube-summary/nmmicjeknamkfloonkhhcjmomieiodli).
## How to Install
To install this extension, follow these steps:
1. Download the code on GitHub.
2. Unzip the downloaded file.
3. Open the code in your favorite IDE like VS Code.
4. Run `npm install` in terminal
```
npm install
```
5. Run `npm run build` or `npm run build-release` to run webpack to generate **dist** folder.
```
npm run build
# or
npm run build-release
```
6. In case of Google Chrome, open the Extensions page (chrome://extensions/).
7. Turn on Developer mode by clicking the toggle switch in the top right corner of the page.
8. Click the `Load unpacked` button and select the **dist** directory.
9. YouTube Summary with ChatGPT extension should be installed and active!## How to Use
To use YouTube Summary with ChatGPT extension, follow these steps (or [watch this video](https://www.youtube.com/watch?v=pNxsdLif2cs)):
1. Go to any YouTube videos.
2. Click the small box on the right top that says `Transcript & Summary`.
3. Click `View AI Summary` button (It automatically copies the prompt for you and opens the ChatGPT page!)
4. Hit `Cmd + V` if you use Mac
5. You'll see a magic!## Notes
- According to OpenAI, ChatGPT is experiencing exceptionally high demand. They work on scaling their systems but I can't guarantee that ChatGPT keeps free and is open forever.
- This code manually fetches the YouTube video transcripts, and the platform might change the system so I also cannot guarantee that the YouTube video transcript code works forever. I'll try my best to keep updated!## Feedback & Support
If you have any questions or feedback about YouTube Summary with ChatGPT Extension, please reach out to me on [Twitter](https://twitter.com/kazuki_sf_). Also, I'm building Glasp, a social web annotation tool to build your own AI models to write, search, and summarize better. If you're interested, please check out [Glasp](https://glasp.co/ai-summary).