Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pas1ko/meeper
Meeper đ - is your secretary for any in-browser conference.
https://github.com/pas1ko/meeper
ai chatgpt extension langchain summary transcription whisper
Last synced: 2 months ago
JSON representation
Meeper đ - is your secretary for any in-browser conference.
- Host: GitHub
- URL: https://github.com/pas1ko/meeper
- Owner: serg-plusplus
- License: mpl-2.0
- Created: 2023-04-12T22:34:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-29T20:48:30.000Z (about 1 year ago)
- Last Synced: 2024-05-22T12:56:32.032Z (6 months ago)
- Topics: ai, chatgpt, extension, langchain, summary, transcription, whisper
- Language: TypeScript
- Homepage: https://meeper.ai
- Size: 1.91 MB
- Stars: 35
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gpt - Meeper - Transcriptions, summary and more using ChatGPT and Whisper for meetings and any browser tab (Browser Extensions / JavaScript)
- awesome-ChatGPT-repositories - meeper - Meeper đ - is your secretary for any in-browser conference. (Browser-extensions)
- awesome-whisper - Meeper - Transcriptions, summary and more for meetings and any browser tab. (Chrome app) (Web apps / Self-hosted)
- awesome-chatgpt - Meeper - Transcriptions, summary and more using ChatGPT and Whisper for meetings and any browser tab. (Browser Extensions / Chrome)
- awesome-chatgpt - Meeper - Transcriptions, summary and more using ChatGPT and Whisper AI for meetings and any browser tab. (Browser extensions / Examples)
- awesome-chatgpt - Meeper - Transcriptions, summary and more using ChatGPT and Whisper AI for meetings and any browser tab. (Browser extensions / Examples)
README
# Meeper đ
Meeper is an open-source browser extension that serves as your secretary for any in-browser conference. It leverages the power of ChatGPT and Whisper AI to provide transcriptions, summaries, and more for meetings and any browser tab.
![meeper_hehe](hehe.png)
## Features
- đĢ§ Works seamlessly with your OpenAI account.
- đ Your API Key is securely stored locally on your browser, encrypted, and never transmitted elsewhere.
- đ¤ Meeper utilizes Whisper for accurate transcriptions and ChatGPT for generating summaries.
- đŋ Speech detection feature optimizes API usage by activating only when speech sounds are detected, reducing up to 30% of resource consumption.
- 𧊠Utilizes the chrome tabCapture API to capture audio from specific tabs.
- đŽ Multiple launch options available: hotkey activation, extension popup, and context menu integration.
- đšī¸ Real-time control of transcription playback, similar to a music player.
- đī¸ Supports running transcriptions simultaneously from multiple tabs.
- đ Multilingual support for diverse language requirements.
- đ History is stored directly on the local machine.
## Usage
To get started, follow these steps:
1. Install Meeper from the Chrome Web Store or your browser's extension marketplace.
2. Upon installation, enter your OpenAI API Key in the extension settings. Rest assured, the key is securely stored on your local machine and never shared externally.
3. Launch Meeper using one of the following methods:
- Press the configured hotkey combination.
- Click on the Meeper icon in the browser toolbar and select "Launch Meeper."
- Right-click on a tab and choose the "Launch Meeper" option from the context menu.4. Once Meeper is activated, it will start transcribing the audio from the currently selected tab. You can control the playback, pause, or skip to specific sections of the transcription in real-time.
5. Enjoy the convenience of having accurate transcriptions and summaries for your in-browser conferences!
## Build
> Requires: [`Node.js ^14`](https://nodejs.org).
1. Get the source code
```bash
git clone [email protected]:pas1ko/meeper.git && cd meeper
```2. Install app dependencies
```bash
npm install
```3. Build an application
```bash
npm run build
```4. Add an application to the browser locally
- Open `chrome://extensions/` in your browser
- Enable "Developer mode"
- Tap on "Load unpacked"
- Select `/ext`## Contributing
We welcome contributions to enhance the functionality and usability of Meeper. To contribute, please follow these guidelines:
1. Fork the repository and clone it locally.
2. Create a new branch for your feature or bug fix.
3. Implement your changes and ensure that the code follows the project's coding conventions.
4. Writing tests is always welcome:)
5. Commit your changes and push the branch to your forked repository.
5. Open a pull request, describing the changes you've made and their purpose.
## License
Meeper is released under the [Mozilla Public License (MPL)](LICENSE).