Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/idosal/assistant-chat-gpt
A Chrome browser extension that embeds ChatGPT as a hands-free voice assistant
https://github.com/idosal/assistant-chat-gpt
Last synced: 28 days ago
JSON representation
A Chrome browser extension that embeds ChatGPT as a hands-free voice assistant
- Host: GitHub
- URL: https://github.com/idosal/assistant-chat-gpt
- Owner: idosal
- License: mit
- Created: 2022-12-10T00:05:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-04T16:33:48.000Z (over 1 year ago)
- Last Synced: 2024-10-26T23:12:55.528Z (about 2 months ago)
- Language: JavaScript
- Size: 207 KB
- Stars: 220
- Watchers: 6
- Forks: 31
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-chatgpt-tools - ChassistantGPT - embeds ChatGPT as a hands-free voice assistant in the background
- awesome-ChatGPT-resource-zh - ChassistantGPT - 将chatGPT嵌入作为语音助手
- awesome-open-gpt - assistant-chat-gpt
- awesome-chatgpt - ChassistantGPT - Chrome browser extension that embeds ChatGPT as a hands-free voice assistant. (Browser extensions / Examples)
- awesome-chatgpt - ChassistantGPT - embeds ChatGPT as a hands-free voice assistant in the background
- fucking-awesome-chatgpt - ChassistantGPT - embeds ChatGPT as a hands-free voice assistant in the background
- awesome-chatgpt-zh - ChassistantGPT - 在后台嵌入 ChatGPT 作为免提语音助手
- awesome-chatgpt - ChassistantGPT - Chrome browser extension that embeds ChatGPT as a hands-free voice assistant. (Browser extensions / Examples)
- Awesome-ChatGPT - ChassistantGPT - embeds ChatGPT as a hands-free voice assistant in the background
- awesome-gpt - ChassistantGPT - free voice assistant in the background (Browser Extensions / JavaScript)
- awesome-chatgpt - assistant-chat-gpt - free voice assistant (AI Assistants / Emacs)
- awesome-chatgpt - assistant-chat-gpt - free voice assistant (AI Assistants / Telegram)
README
# ChassistantGPT
A **Chrome** browser extension that embeds ChatGPT as a hands-free voice assistant in the background. Any ChatGPT prompt is a quick "Hey girl" away!
ChassistantGPT **supports over 60 languages and dialects**. Pick your native language, and a **custom trigger phrase** (configurable in the tab). For example: who needs "Hey girl" when you can rock "Coucou Skynet" and converse with ChatGPT in French?
Instead of the voice trigger, you can also press Ctrl/Cmd + Shift + E from anywhere in the browser. Pressing it while ChassitantGPT is already listening for an instruction will stop it.
https://user-images.githubusercontent.com/18148989/206920857-a726a8f5-7330-44c1-b97f-9af67f4b67f6.mp4
Please read the contents of the tab that will open when you install the extension. It contains important information about how to use the extension.
To keep the extension free to use, the speech capabilities are only supported in Chrome (excluding other Chromium-based browsers). However, the code is functional on all modern browsers.## Installation
#### Install from Chrome Web Store (recommended)
[Download from the Chrome Web Store](https://chrome.google.com/webstore/detail/chassistantgpt/kepjfakbnekbifkjnfhmoilbbnncnfjc)
#### Local Install
1. Download `chrome.zip` from [Releases](https://github.com/idosal/assistant-chat-gpt/releases).
2. Unzip the file.
3. In Chrome, go to the extensions page (`chrome://extensions`).
4. Enable Developer Mode.
5. Drag the unzipped folder anywhere on the page to import it (do not delete the folder afterwards).## Build from source
1. Clone the repo
2. Install dependencies with `npm install`
3. Run `npm run build`
4. Follow the steps in the "Local Install" section above (with the resulting `/build/chrome.zip`).## Roadmap
- [X] Turn popup into a chat with the session history.
- [X] Support more languages.
- [X] Customize trigger phrase.
- [X] Add push-to-talk.
- [ ] Improve code playbacks.
- [ ] Beautify tab UI.## Contribution
Pull requests and suggestions are welcome.Many thanks to the brilliant @talkor for improving the UI!
This project's template is based on the very cool [wong2/chat-gpt-google-extension](https://github.com/wong2/chat-gpt-google-extensione)