Coder Social home page Coder Social logo

whisper-standalone-win's Introduction

Donate

whisper-standalone-win

alt text

Standalone executables of OpenAI's Whisper & Faster-Whisper for those who don't want to bother with Python.

Faster-Whisper executables are compatible with Windows 7 x64, Linux v5.4, Mac OS X v10.15 and above.
Meant to be used in command-line interface or Subtitle Edit.
Faster-Whisper is much faster & better than OpenAI's Whisper, and it requires less RAM/VRAM.

Usage examples:

  • whisper-faster.exe "D:\videofile.mkv" --language=English --model=medium

  • whisper-faster.exe --help

Notes:

Run your command-line interface as Administrator.
Don't copy programs to the Windows' folders!
Programs automatically will choose to work on GPU if CUDA is detected.
For decent transcription use not smaller than medium model.
Guide how to run the command line programs: https://www.youtube.com/watch?v=A3nwRCV-bTU
Examples how to do batch processing on the multiple files: Purfview#29

Faster-Whisper standalone info:

Some defaults are tweaked for movies transcriptions and to make it portable.
Shows the progress bar in the title bar of command-line interface. [or it can be printed with -pp]
By default it looks for models in the same folder, in path like this -> _models\faster-whisper-medium.
Models are downloaded automatically or can be downloaded manually from: https://huggingface.co/guillaumekln
large is mapped to large-v2 model.
beam_size=1: can speed-up transcription twice. [ in my tests it had insignificant impact on accuracy ]
compute_type: test different types to find fastest for your hardware. [ use --verbose to see all supported types ]

paypal

whisper-standalone-win's People

Contributors

purfview 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.