Git Product home page Git Product logo

transcriber's Introduction

Transcriberr

Transcribe any video or audio file.

It uses OpenAI's Whisper to transcribe any text. The UI is made with Streamlit. Audio is automatically extracted from video files using ffmpeg.

Install

conda create -n transcriberr python=3.10
pip install -r requirements.txt
brew install ffmpeg

#pip install git+https://github.com/Daankrol/whisper-streamlit.git#egg=whisper

Running

Start the UI with:

python -m streamlit run main.py

NOTE: always use only one tab. If you use more than one, the model will also be loaded more than once.

WhisperX

conda create --name whisperx python=3.10
conda activate whisperx
conda install pytorch==2.0.0 torchvision==0.15.0 torchaudio==2.0.0 pytorch-cuda=11.7 -c pytorch -c nvidia
pip install git+https://github.com/m-bain/whisperx.git

Install ffmpeg and rust:

brew install ffmpeg

Usage:

whisperx <audio_file> --model large-v2 --diarize --highlight_words True

transcriber's People

Contributors

daankrol avatar

Watchers

 avatar Kostas Georgiou avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.