Skip to content

Utility to record and transcribe meetings with Whisper

Notifications You must be signed in to change notification settings

Elio-Nakhle/scribe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scribe

Utility to record and transcribe meetings. Uses Sox for cross-platform audio recording.

Installation

# Install Python dependencies
pdm install

# Install Sox (required for audio recording)
# macOS:
brew install sox

# Linux (Ubuntu/Debian):
sudo apt install sox

# Linux (RedHat/CentOS):
sudo yum install sox

Usage

# Record and transcribe a meeting
pdm run meet

# Record audio only
pdm run record my-recording                    # With timestamp
pdm run record my-recording --no-timestamp     # Without timestamp

Output

Creates a folder in records/ with:

  • Audio file (WAV → MP3)
  • Transcription with timestamps (TXT)

About

Utility to record and transcribe meetings with Whisper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages