Skip to content

A powerful audio transcription tool that leverages faster-whisper and the Gemini API to generate context-accurate Meeting Minutes and Incident Reports, built for reliability with API key rotation.

Notifications You must be signed in to change notification settings

skssmd/transcriber

Repository files navigation

Transcriber

A Python-based audio transcription tool using Faster-Whisper.

Setup Instructions

  1. Clone the repository
git clone https://github.com/skssmd/transcriber.git
cd transcriber
  1. Create and activate a virtual environment
python -m venv venv
# Windows
.\venv\Scripts\activate
# macOS/Linux
source venv/bin/activate
  1. Install required Python packages
pip install -r requirements.txt
Install FFmpeg

FFmpeg is required for audio processing.

On Windows, you can install it using winget:

winget install ffmpeg

Make sure ffmpeg is added to your system PATH.

About

A powerful audio transcription tool that leverages faster-whisper and the Gemini API to generate context-accurate Meeting Minutes and Incident Reports, built for reliability with API key rotation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published