rgcodeai / Kit-Whisperx

This project allows local installation and use of WhisperX WebUI, an advanced audio transcription system based on OpenAI's Whisper but optimized to run on local hardware with or without GPU.

Home Page:https://mistercontenidos.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WhisperX Local Installation Kit

Description

This project enables the local installation and use of WhisperX, an advanced audio transcription system based on OpenAI's Whisper but optimized for running on local hardware with or without a GPU. This project is made possible thanks to Whisperx and Faster Whisper. This document provides a general overview of the installation and links to the website where the complete installation and usage procedure for this project can be found.

Requirements

  • Miniconda
  • CUDA (only for NVIDIA GPU users)

File Description

  • environment-cuda.yml: Configuration file for automatic installation on systems with NVIDIA GPU.
  • environment-cpu.yml: Configuration file for automatic installation on systems without NVIDIA GPU.
  • app.py: Script to run the WhisperX user interface on Gradio.
  • transcription_utils.py: Transcription logic.

Installation

  1. Miniconda: Miniconda Installation
  2. CUDA: CUDA Installation (Only for NVIDIA GPU users)
  3. GitHub Repository: Download and setup of the repository. See details on our website.

For a detailed step-by-step installation process, please visit our website: View complete installation process

Usage

To use WhisperX after completing the installation:

  1. Activate the corresponding Conda environment.
  2. Run python app.py to start the Gradio user interface.

Authors

Languages

About

This project allows local installation and use of WhisperX WebUI, an advanced audio transcription system based on OpenAI's Whisper but optimized to run on local hardware with or without GPU.

https://mistercontenidos.com


Languages

Language:Python 100.0%