You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-32
Original file line number
Diff line number
Diff line change
@@ -7,36 +7,25 @@ Hey there!
7
7
8
8
I don't know if you've felt this way, but I love using AI assistants like Claude. Recently, I found myself wishing I could talk to Claude instead of typing all the time. I enjoyed the speech-to-text feature when communicating with ChatGPT, and I wanted the same experience with Claude.
9
9
10
-
That's when I had an idea: why not create a Chrome extension to bring this functionality to Claude? I like Groq's super-fast Whisper model, and I also appreciate the power of local processing using WebGPU. So, I decided to create an extension that offers both options.
10
+
That's when I had an idea: why not create a Chrome extension to bring this functionality to Claude? I like Groq's super-fast Whisper model. So, I decided to create an extension.
11
11
12
-
This Chrome extension has been a game-changer for me personally, making my interactions with Claude more natural and efficient. I hope it can do the same for you!
12
+
This Chrome extension has been a great tool for me personally, making my interactions with Claude more natural and efficient. I hope it can do the same for you!
13
13
14
14
## Features 🚀
15
15
16
16
- 🎤 Adds a microphone button to Claude AI's text input area
17
-
- 🔄 Two speech-to-text conversion methods:
18
-
1. Groq API (using Whisper model)
19
-
2. Transformer.js (local processing with WebGPU)
20
-
- 🔀 Switch between conversion methods easily
21
-
- 🔒 Privacy-focused design
17
+
- 🔄 Speech-to-text using Whisper model offered by Groq API or OpenAI
18
+
- 🔀 Switch between speech-to-text providers easily
19
+
- 🔒 Privacy-focused design with local processing
22
20
23
-
## Two Powerful Approaches 💪
24
-
25
-
### 1. Groq API - Speed and Accuracy ⚡
26
-
27
-
If you're looking for lightning-fast transcription, the Groq API is the way to go. It uses the Whisper model, which is known for its speed and accuracy. This option is perfect when you need quick, reliable transcriptions and don't mind using an external API.
28
-
29
-
### 2. Transformer.js - Local Processing 💻
30
-
31
-
For those who prefer to keep everything on their local machine, we've integrated Transformer.js. This approach leverages your computer's Web GPU capabilities to process speech-to-text locally. While it might not be as fast as Groq, it offers the benefit of complete privacy and works offline.
32
-
33
-
You can easily switch between these two methods depending on your needs - whether you prioritize speed or local processing.
21
+
## Groq API and OpenAI - Speed and Accuracy ⚡
22
+
If you're looking for lightning-fast transcription, both the Groq API and OpenAI are excellent options. They use the Whisper model, which is known for its speed and accuracy. These options are perfect when you need quick, reliable transcriptions.
34
23
35
24
## Installation 📥
36
25
37
-
### From Chrome Web Store (Coming Soon! 🔜)
26
+
### From Chrome Web Store
38
27
39
-
Great news! The extension will be available on the Chrome Web Store in the next few days. This will make installation quick and easy. Stay tuned for the link!
28
+
Great news! The extension is available on the Chrome Web Store. Install it from here https://tinyurl.com/claudetvoice
40
29
41
30
### From GitHub (Available Now! 🎉)
42
31
@@ -48,20 +37,23 @@ Great news! The extension will be available on the Chrome Web Store in the next
48
37
49
38
## Usage 🔧
50
39
51
-
1. After installation, head over to the Claude AI interface
52
-
2. Look for the new microphone button next to the text input area
53
-
3. Click it and start talking - it's that simple!
54
-
4. Watch as your words appear in the input box
55
-
56
-
### Switching Conversion Methods 🔄
40
+
1. After installation, click on the extension icon in your Chrome toolbar
41
+
2. Choose your preferred speech-to-text provider (Groq or OpenAI)
42
+
3. Enter your API token for the chosen provider
43
+
- To get a Groq API token, visit [Groq's website](https://www.groq.com) and create an account
44
+
- For OpenAI, visit [OpenAI's website](https://www.openai.com) to create an account and generate a token
45
+
4. Go to the Claude AI website (claude.ai)
46
+
5. Look for the new microphone icon at the bottom of the text input area
47
+
6. Click the microphone icon and start talking
48
+
7. Click again to stop recording and watch as your words appear in the input box
57
49
58
-
- Check out the extension settings to choose between Groq API and Transformer.js
59
-
- To use Groq API, you'll need to provide your API token in the settings
50
+
Remember, all processing happens locally on your device, ensuring your privacy and security.
60
51
61
52
## Privacy and Security 🛡️
62
53
63
-
- Your Groq API token is stored safely in your browser's local storage
64
-
- All speech-to-text conversion happens on your device when using Transformer.js
54
+
- Your API tokens are stored safely in your browser's local storage
55
+
- All speech-to-text conversion happens on your device
56
+
- No data is sent to any external servers other than the API you choose (Groq or OpenAI)
65
57
66
58
## Contributing 🤝
67
59
@@ -73,8 +65,8 @@ MIT License
73
65
74
66
## Disclaimer ⚠️
75
67
76
-
This is an unofficial extension and is not affiliated with Anthropic (creators of Claude AI)or Groq.
68
+
This is an unofficial extension and is not affiliated with Anthropic (creators of Claude AI), Groq, or OpenAI.
77
69
78
70
## Let's Make AI Conversations More Natural! 💬
79
71
80
-
I hope this extension enhances your Claude AI experience as much as it has mine. Whether you prefer the speed of Groq or the privacy of local processing, this tool aims to make your interactions with Claude more natural and efficient. Enjoy!
72
+
I hope this extension enhances your Claude AI experience as much as it has mine. Whether you choose Groq or OpenAI for speech recognition, this tool aims to make your interactions with Claude more natural and efficient. Enjoy talking to Claude!
0 commit comments