This project is Experimental and not available as an official Chrome Extension.
This is the Deepgram Chrome Extension originally built by the Deepgram DX team. It allows users to try out Deepgram transcription, both prerecorded and live audio.
There are two main views: live streaming and prerecorded. There is also an options view for configuring which features to use in the transcription request.
A user can transcribe audio from the microphone, or they can toggle the microphone off and transcribe audio from a browser tab.
A user can upload an audio file from their computer or they can paste a URL of a hosted audio file.
This is where the user can select the different features (such as smart formatting, diarization, etc.)
- Your Node version must be >= 18.
- Clone the repository.
- Type
npm install
to install the dependencies. - Type
npm start
to spin up the dev server. - Type
npm run build
to create the build folder
Make sure the development server is running by running npm start.
- Go to chrome://extensions/.
- Toggle Developer mode in the top right corner.
- Click on Load unpacked.
- Add the build folder for the project. The build folder can be found in
your_directory_location/deepgram-chrome-extension/build
- Now the build project should be loaded into your chrome extensions.
- Click on the puzzle piece icon in the Chrome Tool Bar to see all the extensions available to you.
- You should now see the Deepgram icon. Note: You cn also Pin the icon to you tool bar if you wish for easy access.
- Click on extension icon to see it working.
If you don't have a deepgram account you can sign up here
- In order to use the extension you'll need to have an active login session to console.deepgram.com
- Login to the Deepgram Console if not logged in.
- Click on the Deepgram Extension icon and you can now transcribe audio.
- Toggle between pre-recorded and live stream modes.
- Upload a file from a local source or from a URL for pre-recorded audio.
- Transcribe live from a Microphone.
- Download a transcript.
- Download SRT or WEBVTT formats.
- Set different Transcriptions Options.
You can access this feature by clicking on the extension icon > settings.
We love to hear from you so if you have questions, comments or find a bug in the project, let us know! You can either: