Elevate your ChatGPT experience with Voice-to-Text ChatGPT chrome extension! Seamlessly record your voice and transcribe it using OpenAI's Whisper API - all within your Chrome browser. Just click, record, and transcribe! 🎉
This extension is now a React application and open-source! 🎉 Check out the repository on GitHub: https://github.com/Ordinath/Whisper_to_ChatGPT
- 🎤 Record your voice and transcribe it using the powerful Whisper API
- ⚡ Configurable shortcut button to quickly activate the microphone
- 🌐 Use the extension with main inputs on chat.openai.com and edit-inputs
- 🔧 Customize the prompt for better API voice recognition results
- 👁️ Clean and user-friendly interface with an eye-catching mic button
- 🔄 Support for multiple Whisper API prompts for versatile transcription contexts
- 🌍 Implicit translation support for transcribing and translating your input
- 💾 Download your transcriptions as sound files for further use
- 📌 Snippets feature (in beta) for quickly pasting frequently used text in the ChatGPT text area
To run the extension locally in your Chrome browser, follow these steps:
- Clone or download the repository from GitHub: https://github.com/Ordinath/Whisper_to_ChatGPT
- Install the dependencies by running
npm install
in the project folder - Run
npm run build
to build the app for production to the build folder - Open Google Chrome and navigate to chrome://extensions
- Enable "Developer mode" by toggling the switch in the top-right corner
- Click on "Load unpacked" button and select the build folder created in step 3
- The extension should now appear in your list of installed extensions
Now you can use Voice-to-Text ChatGPT extension without downloading it from the Chrome Web Store!
This extension requires an OpenAI account with a valid API key to function properly. OpenAI provides a small amount of free credits for all accounts, which is more than enough to use the Whisper API in ChatGPT and enjoy the extension's features.
We're dedicated to improving this extension and have exciting plans for its future! Give it a try, and share your thoughts - we're always open to feedback and suggestions. Feel free to open issues, submit pull requests, or just reach out with any ideas you have.
😄 Happy recording!
This project was bootstrapped with Create React App.
npm start
: Runs the app in development mode, open http://localhost:3000 to view it in your browsernpm run build
: Builds the app for production to the build folder For more information, refer to the Create React App documentation and React documentation.