An open API service indexing awesome lists of open source software.

https://github.com/akashrchandran/udemy-summarizer

Udemy Summary with Google Gemini is a simple Chrome/Brave Extension (manifest v3) that allows you to get both Udemy video transcripts and summary of the video with Google Gemini's AI technology.
https://github.com/akashrchandran/udemy-summarizer

brave-extension chrome-extension edge-extension udemy udemy-summary

Last synced: 3 months ago
JSON representation

Udemy Summary with Google Gemini is a simple Chrome/Brave Extension (manifest v3) that allows you to get both Udemy video transcripts and summary of the video with Google Gemini's AI technology.

Awesome Lists containing this project

README

        

# Udemy Summary with Google Gemini

![Google Gemini](https://img.shields.io/twitter/url?color=0c67ff&label=Google%20Gemini&logo=googlegemini&logoColor=%2310a37f&style=social&url=https://gemini.google.com/)

Udemy Summary with Google Gemini is a simple Chrome/Brave Extension (manifest v3) that allows you to get both Udemy video transcripts and summary of the video with Google Gemini's AI technology.

![chrome_dNKBOvzfsX-ezgif com-speed](https://github.com/user-attachments/assets/a3994fda-1c3a-4650-9aeb-1df834f48a66)

## Install from Chrome Web Store

- Will publish soon!

## Install from source

To install this extension, follow these steps:

1. Download the code on GitHub.
2. Unzip the downloaded file.
3. In Google Chrome/Brave, open the Extensions page (chrome://extensions/).
4. Turn on Developer mode by clicking the toggle switch in the top right corner of the page.
5. Click the `Load unpacked` button and select the unzipped folder for your extension to install it.
6. Udemy Summary with Google Gemini extension should be installed and active!

## How to Set Up

1. Go to [Google AI Studio](https://aistudio.google.com/apikey) and login with your google account.
2. CLick on create a new and create one.
3. Copy the API key.
4. Paste the API key to the extension options page (right-click the extension icon and click `Options`) and click `Save`.

## How to Use

To use Udemy Summary with Google Gemini extension, follow these steps:

1. Go to any Udemy lesson page.
2. Click the extension icon on the top right corner of the browser.
3. Click `Generate Udemy Lesson Summary` button.
4. You'll see a magic in a few seconds!

- All the summaries for every page are stored in the extension's local storage. If you want to delete the summaries, you can click `Clear All Summaries` button on the extension options page.
- This code manually fetches the Udemy video transcripts, and the platform might change the system so I also cannot guarantee that the Udemy video transcript code works forever. I'll try my best to keep updated!

## Privacy Policy

You can find the privacy policy [here](/privacy.md).

## Credits
- [Alessandro F. Annini](https://github.com/AlessandroAnnini) for his work on [udemy-openai](https://github.com/AlessandroAnnini/udemy-openai).
- Me -> for adding support for Google Gemini.