Skip to content

Commit 0106736

Browse files
authoredJul 30, 2024
Update README.md
1 parent ad02d24 commit 0106736

File tree

1 file changed

+24
-32
lines changed

1 file changed

+24
-32
lines changed
 

‎README.md

+24-32
Original file line numberDiff line numberDiff line change
@@ -7,36 +7,25 @@ Hey there!
77

88
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.
99

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.
1111

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!
1313

1414
## Features 🚀
1515

1616
- 🎤 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
2220

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.
3423

3524
## Installation 📥
3625

37-
### From Chrome Web Store (Coming Soon! 🔜)
26+
### From Chrome Web Store
3827

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
4029

4130
### From GitHub (Available Now! 🎉)
4231

@@ -48,20 +37,23 @@ Great news! The extension will be available on the Chrome Web Store in the next
4837

4938
## Usage 🔧
5039

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
5749

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.
6051

6152
## Privacy and Security 🛡️
6253

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)
6557

6658
## Contributing 🤝
6759

@@ -73,8 +65,8 @@ MIT License
7365

7466
## Disclaimer ⚠️
7567

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.
7769

7870
## Let's Make AI Conversations More Natural! 💬
7971

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

Comments
 (0)
Please sign in to comment.