transcripter-cli
v1.0.1
Published
AI Medical Scribe & Transcriber CLI
Downloads
204
Readme
Transcripter - AI Medical Scribe (Persian)
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.
Features
- High Accuracy: Uses Gemini 1.5 Pro for context-aware transcription.
- Medical Specialization: Optimized for medical terminology and lecture formats.
- Smart Splitting: Automatically handles long files by splitting them into chunks.
- Video Support: Extracts audio from video files automatically.
- Progress Tracking: Real-time progress bar for uploads and processing.
💻 CLI Usage (Command Line)
Install the tool globally to use it from any terminal:
npm install -g transcripter-cliBasic Usage
Navigate to your file's folder and run:
transcripter my-lecture.mp3Options
| Option | Description | Example |
|--------|-------------|---------|
| <file> | 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 |
Examples
Transcribe a video file:
transcripter session_01.mp4Use your own API Key:
transcripter lecture.wav -k YOUR_GEMINI_API_KEY🌐 Web App Usage (Local Development)
- Install dependencies:
npm install - Set the
GEMINI_API_KEYin.envfile. - Run the app:
npm run dev
