AI Medical Scribe & Transcriber CLI
A powerful tool to transcribe medical lectures and audio files into accurate Persian text using Google Gemini AI. Available as both a Web App and a CLI tool.
---
Install the tool globally to use it from any terminal:
``bash`
npm install -g transcripter-cli
`bash`
transcripter my-lecture.mp3
| Option | Description | Example |
|--------|-------------|---------|
| | Path to audio or video file | transcripter video.mp4 |-k, --key
| | Your Google Gemini API Key | transcripter file.mp3 -k AIzaSy... |-o, --output
| | Custom output path | transcripter file.mp3 -o ./notes.md |
Transcribe a video file:
`bash`
transcripter session_01.mp4
Use your own API Key:
`bash`
transcripter lecture.wav -k YOUR_GEMINI_API_KEY
---
1. Install dependencies:
`bash`
npm install
GEMINI_API_KEY
2. Set the in .env file.`
3. Run the app:
bash``
npm run dev