{"id":13495160,"url":"https://github.com/Purfview/whisper-standalone-win","last_synced_at":"2025-03-28T16:31:35.259Z","repository":{"id":103983453,"uuid":"606520610","full_name":"Purfview/whisper-standalone-win","owner":"Purfview","description":"Whisper \u0026 Faster-Whisper standalone executables for those who don't want to bother with Python. ","archived":false,"fork":false,"pushed_at":"2025-02-01T20:01:58.000Z","size":197,"stargazers_count":1806,"open_issues_count":8,"forks_count":86,"subscribers_count":46,"default_branch":"main","last_synced_at":"2025-03-23T01:02:28.744Z","etag":null,"topics":["asr","ctranslate2","diarization","faster-whisper","openai","speaker-diarization","speech-recognition","speech-to-text","subtitles","transcriber","uvr","vocal-extractor","whisper","whisper-faster","whisperx"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Purfview.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.txt","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-25T18:32:55.000Z","updated_at":"2025-03-22T14:07:52.000Z","dependencies_parsed_at":"2023-10-12T06:41:21.435Z","dependency_job_id":"c42c5f5d-f5c3-433c-9e69-9c2f0bd2d317","html_url":"https://github.com/Purfview/whisper-standalone-win","commit_stats":{"total_commits":156,"total_committers":1,"mean_commits":156.0,"dds":0.0,"last_synced_commit":"f1d3a5fe0bfefa694eb7fda4affbaad1b374a5d1"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Purfview%2Fwhisper-standalone-win","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Purfview%2Fwhisper-standalone-win/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Purfview%2Fwhisper-standalone-win/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Purfview%2Fwhisper-standalone-win/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Purfview","download_url":"https://codeload.github.com/Purfview/whisper-standalone-win/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246062821,"owners_count":20717692,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asr","ctranslate2","diarization","faster-whisper","openai","speaker-diarization","speech-recognition","speech-to-text","subtitles","transcriber","uvr","vocal-extractor","whisper","whisper-faster","whisperx"],"created_at":"2024-07-31T19:01:31.839Z","updated_at":"2025-03-28T16:31:35.204Z","avatar_url":"https://github.com/Purfview.png","language":null,"funding_links":["https://www.paypal.com/donate?hosted_button_id=JF5BEQE3YQGH2"],"categories":["Misc","CLI tools","Others","语音合成"],"sub_categories":["Self-hosted","资源传输下载"],"readme":"[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/donate?hosted_button_id=JF5BEQE3YQGH2)   \n\n![alt text](https://i.imgur.com/DYVm3u6.png)\n\n[Standalone executables](https://github.com/Purfview/whisper-standalone-win/releases) of [OpenAI's Whisper](https://github.com/openai/whisper) \u0026 [Faster-Whisper](https://github.com/guillaumekln/faster-whisper) for those who don't want to bother with Python.\n\n**Faster-Whisper** executables are x86-64 compatible with Windows 7, Linux v5.4, macOS v10.15 and above.   \n**Faster-Whisper-XXL** the last executables are x86-64 compatible with Windows 10, Linux v5.15 and above.   \n**Whisper** executables are x86-64 compatible with Windows 10 and above.   \nMeant to be used in command-line interface or in programs like:   \n[Subtitle Edit](https://github.com/SubtitleEdit/subtitleedit), [Tero Subtitler](https://github.com/URUWorks/TeroSubtitler), [FFAStrans](https://ffastrans.com/wp/), [AviUtl](https://github.com/oov/aviutl_subtitler), [PotPlayer](https://potplayer.daum.net)           \nFaster-Whisper is much faster \u0026 better than OpenAI's Whisper, and it requires less RAM/VRAM.\n\n## Usage examples:\n* `faster-whisper-xxl.exe \"D:\\videofile.mkv\" --language English --model medium --output_dir source`\n* `faster-whisper-xxl.exe \"D:\\Folder\" -l en -m turbo --sentence --batch_recursive`\n* `faster-whisper-xxl.exe \"D:\\videofile.mkv\" -l ja -m medium --task translate --standard -o source`      \n* `faster-whisper-xxl.exe --help`\n\n## Notes:\n\nExecutables \u0026 libs can be downloaded from `Releases`. [at the right side of this page]    \nDon't copy programs to the Windows' folders! [run as Administrator if you did]       \nPrograms automatically will choose to work on GPU if CUDA is detected.   \nFor decent transcription use not smaller than `medium` model.   \nGuide how to run the command line programs: https://www.youtube.com/watch?v=A3nwRCV-bTU     \n\n## Standalone Whisper info:\n\nVanilla Whisper, compiled as is - no changes to the original code.   \nA reference implementation, stagnant development, atm maybe useful for some tests.\n   \n## Standalone Faster-Whisper info:\n\nSome defaults are tweaked for movies transcriptions and to make it portable.    \nFeatures various new experimental settings and tweaks.   \nShows the progress bar in the title bar of command-line interface. [or it can be printed with `-pp`]   \nBy default it looks for models in the same folder, in path like this -\u003e `_models\\faster-whisper-medium`.   \nModels are downloaded automatically or can be downloaded manually from: [Systran](https://huggingface.co/Systran) \u0026 [Purfview](https://huggingface.co/Purfview)        \nDeprecated. Use Faster-Whisper-XXL\n\n## Standalone Faster-Whisper-XXL info:\n\nIncludes all Standalone Faster-Whisper features + the additional ones, for example:   \nPreprocess audio with MDX23 Kim_vocal_v2 vocal extraction model.   \nAlternative VAD methods: 'silero_v3', 'silero_v4', 'silero_v5', 'pyannote_v3', 'pyannote_onnx_v3', 'auditok', 'webrtc'.   \n[Speaker Diarization](https://github.com/Purfview/whisper-standalone-win/discussions/322).    \nRead more about new features in [the Discussions' thread](https://github.com/Purfview/whisper-standalone-win/discussions/231).\n\n[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate?hosted_button_id=JF5BEQE3YQGH2)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPurfview%2Fwhisper-standalone-win","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPurfview%2Fwhisper-standalone-win","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPurfview%2Fwhisper-standalone-win/lists"}