Transcript is a minimal desktop application that captures speaker and microphone audio and transcribes speech in real time using Deepgram.
Chrome Extension -> https://github.com/bariskisir/ChromeTranscript
- Download the latest release for your platform from Releases.
- Install or extract the package.
- Run Transcript.
- Rust (stable)
- Platform build tools (Visual Studio Build Tools on Windows)
git clone https://github.com/bariskisir/transcript.git
cd transcript
cd frontend
npm install
npm run build
cd ..
cargo runMIT
