黑墨水鱼
4bd98d5c5b
Update README.md to include whisper-fastapi ( #1325 )
2025-08-11 13:44:48 +03:00
David Jiménez
1383fd4d37
Update README.md with speaches instead of faster-whisper-server ( #1267 )
...
Was previously named faster-whisper-server. They've decided to change the name from faster-whisper-server to speaches, as the project has evolved to support more than just ASR.
2025-03-20 17:20:26 +03:00
Jordi Mas
b568faec40
Add Open-dubbing into community projects ( #1034 )
...
* Add Open-dubbing into community projects
* Update URL
2024-12-12 13:36:04 +03:00
Mahmoud Ashraf
22a5238b56
Upgrade CI to 3.9 and drop Python 3.8 support( #1184 )
2024-12-01 20:38:27 +03:00
Mahmoud Ashraf
97a4785fa1
Bump version to 1.1.0 and update benchmarks ( #1161 )
...
* update version
* Update CPU benchmarks
* Updated GPU benchmarks
* ..
* more gpu benchmarks
2024-11-21 19:22:01 +03:00
Mahmoud Ashraf
a6f8fbae00
Refactor of language detection functions ( #1146 )
...
* Supported new options for batched transcriptions:
* `language_detection_threshold`
* `language_detection_segments`
* Updated `WhisperModel.detect_language` function to include the improved language detection from #732 and added docstrings, it's now used inside `transcribe` function.
* Removed the following functions as they are no longer needed:
* `WhisperModel.detect_language_multi_segment` and its test
* `BatchedInferencePipeline.get_language_and_tokenizer`
* Added tests for empty audios
2024-11-16 13:53:07 +03:00
Mahmoud Ashraf
fb65cd387f
Update cuda instructions in readme ( #1125 )
...
* Update README.md
* Update README.md
* Update version.py
* Update README.md
* Update README.md
* Update README.md
2024-11-12 15:51:26 +03:00
Mahmoud Ashraf
2dbca5e559
Use Silero VAD in Batched Mode ( #936 )
...
Replace Pyannote VAD with Silero to reduce code duplication and requirements
2024-10-24 12:05:25 +03:00
Jilt Sebastian
eb8390233c
New PR for Faster Whisper: Batching Support, Speed Boosts, and Quality Enhancements ( #856 )
...
Batching Support, Speed Boosts, and Quality Enhancements
---------
Co-authored-by: Hargun Mujral <83234565+hargunmujral@users.noreply.github.com >
Co-authored-by: MahmoudAshraf97 <hassouna97.ma@gmail.com >
2024-07-18 16:48:52 +07:00
Fedir Zadniprovskyi
bced5f04c0
docs: add 'faster-whisper-server' community integration ( #861 )
...
Co-authored-by: Fedir Zadniprovskyi <github.g1k56@simplelogin.com >
2024-06-05 22:27:41 +07:00
Peter Krantz
a1c3583c96
Update README.md ( #841 )
...
Spelling correction for copy/pasters
2024-05-17 15:24:47 +07:00
Sidharth Rajaram
3d1de60ef3
CUDA version and updated installation instructions ( #785 )
...
* CUDA version note and updated instructions in README
* ctranslate2 downgrade note, cuDNN v9 consideration
* clearer note on cuDNN v9 package
2024-05-04 15:09:59 +07:00
trungkienbkhn
e0c3a9ed34
Update project github link to SYSTRAN ( #746 )
2024-03-27 08:31:17 +01:00
Sanchit Gandhi
a67e0e47ae
Add support for distil-large-v3 ( #755 )
...
* add distil-large-v3
* Update README.md
* use fp16 weights from Systran
2024-03-26 14:58:39 +01:00
Gabriel F
09cd57e7f3
Fix typo 'ditil' ( #721 )
2024-02-29 17:08:58 +01:00
BBC-Esq
22c75d0cc3
Update README.md ( #672 )
...
Add Faster-Whisper-Transcriber to community integrations.
2024-02-21 10:18:11 +01:00
Jordi Mas
6ffcbdfbc2
Fix typos in README.md ( #668 )
2024-02-20 17:33:17 +01:00
IlianP
c6b28ed3a0
Update README.md ( #685 )
...
I'm surprised that WhisperX hasn't made it into this list yet, as it has more stars than faster-whisper itself 🚀
2024-02-20 17:28:00 +01:00
Purfview
f144e4c83d
Expands the note for distil-whisper ( #659 )
2024-01-28 21:48:40 +01:00
Dominik Macháček
64b9f244bd
Whisper-Streaming mention ( #656 )
...
under community integrations
2024-01-25 18:27:27 +01:00
metame
ad3c83045b
support distil-whisper ( #557 )
2024-01-24 10:17:12 +01:00
Jürgen Fleiß
72ff979a2e
Add GUI faster-whisper project README.md ( #554 )
...
Added aTrain GUI faster-whisper transcription and diarization tool as community project.
Co-authored-by: JuergenFleiss <118339672+Juergen-J-F@users.noreply.github.com >
2024-01-18 13:01:02 +01:00
makaveli
615de0d2d9
add WhisperLive to community integration ( #647 )
2024-01-18 12:54:14 +01:00
Purfview
44f7e58947
Update whisper-standalone-win description in README.md ( #508 )
...
* Update whisper-standalone-win description in README.md
2023-12-14 13:03:46 +01:00
Purfview
65094b779e
Update info on cuBLAS and cuDNN libs in README.md ( #513 )
2023-11-27 12:12:47 +01:00
Oscaarjs
3084409633
Add V3 Support ( #578 )
...
* Add V3 Support
* update conversion example
---------
Co-authored-by: oscaarjs <oscar.johansson@conversy.se >
2023-11-24 23:16:12 +01:00
Guillaume Klein
0285d46f6f
Add more details about the requirements in the README ( #463 )
2023-09-08 14:35:17 +02:00
Hrishikesh Barman
7b271da035
docs: add wscribe to community integrations ( #427 )
...
wscribe is a utility to generate transcript specifically to make it easy
for further manual edits accompanied by the wscribe-editor
2023-08-17 08:50:24 +02:00
Guillaume Klein
2a37390fed
Minor reformatting in code snippet
2023-07-18 15:08:53 +02:00
zh-plus
c7cb2aa8d4
Add support for using whisper models from Huggingface by specifying the model id. ( #334 )
...
* Add support for downloading CTranslate-converted models from Huggingface.
* Update utils.py to pass Flake8.
* Update utils.py to pass black.
* Remove redundant usage instructions.
* Apply suggestions from code review
Co-authored-by: Guillaume Klein <guillaumekln@users.noreply.github.com >
---------
Co-authored-by: Guillaume Klein <guillaumekln@users.noreply.github.com >
2023-07-03 17:40:10 +02:00
zh-plus
20d4e9418b
Add Open-Lyrics as a community project. ( #291 )
2023-06-10 08:22:29 +02:00
Antonio Zarauz Moreno
d4222da952
Update README with community repo using FW ( #284 )
...
* Update README with community repo using FW
* Minor formatting change
---------
Co-authored-by: Guillaume Klein <guillaumekln@users.noreply.github.com >
2023-06-07 11:30:53 +02:00
Guillaume Klein
1bb7e33b93
Reformat code snippet in README
2023-05-24 18:22:44 +02:00
Guillaume Klein
ae1e6d9883
Remove reference to the VAD function from the README
2023-05-24 15:56:21 +02:00
Guillaume Klein
6a1d331d66
Add CONTRIBUTING.md ( #229 )
2023-05-11 15:06:46 +02:00
Guillaume Klein
8e5c747ab5
Reformat list of community integrations
2023-05-11 12:15:41 +02:00
Purfview
32b962bed8
Adds: whisper-standalone-win ( #216 )
2023-05-09 20:20:41 +02:00
Mahmoud Ashraf
d889345e07
added whisper-diarize ( #193 )
2023-04-28 10:56:13 +02:00
Jordi Mas
5d203d2757
Update Github link to community project ( #187 )
2023-04-27 14:53:28 +02:00
Guillaume Klein
32dc625f11
Update README.md
2023-04-25 15:47:38 +02:00
Guillaume Klein
3adcc12d0f
Clarify that the returned segments value is a generator ( #144 )
...
* Clarify that the returned segments value is a generator
* Update README.md
2023-04-13 09:50:53 +02:00
Guillaume Klein
19698c95f8
Support VAD filter ( #95 )
...
* Support VAD filter
* Generalize function collect_samples
* Define AudioSegment class
* Only pass prompt and prefix to the first chunk
* Add dict argument vad_parameters
* Fix isort format
* Rename method
* Update README
* Add shortcut when the chunk offset is 0
* Reword readme
* Fix end property
* Concatenate the speech chunks
* Cleanup diff
* Increase default speech pad
* Update README
* Increase default speech pad
2023-04-03 17:22:48 +02:00
Guillaume Klein
def70d8496
Update headings in the Usage section
2023-03-31 18:54:55 +02:00
mayeaux
7301df7f8b
Update README.md ( #101 )
...
* Update README.md
* Update README.md
Co-authored-by: Guillaume Klein <guillaumekln@users.noreply.github.com >
* Update README.md
Co-authored-by: Guillaume Klein <guillaumekln@users.noreply.github.com >
---------
Co-authored-by: Guillaume Klein <guillaumekln@users.noreply.github.com >
2023-03-31 17:06:44 +02:00
Guillaume Klein
de7682a2f0
Automatically download converted models from the Hugging Face Hub ( #70 )
...
* Automatically download converted models from the Hugging Face Hub
* Remove unused import
* Remove non needed requirements in dev mode
* Remove extra index URL when pip install in CI
* Allow downloading to a specific directory
* Update docstring
* Add argument to disable the progess bars
* Fix typo in docstring
2023-03-24 10:55:55 +01:00
Guillaume Klein
2b7be47041
Update README.md
2023-03-24 09:15:05 +01:00
Guillaume Klein
e663186a4b
Add some badges at the top of the README
2023-03-23 20:33:19 +01:00
Guillaume Klein
e44a8c7ba0
Update the README following the PyPI release
2023-03-22 21:07:27 +01:00
Guillaume Klein
58f4447964
Update benchmark results with latest openai/whisper and faster-whisper
2023-03-17 16:44:07 +01:00
Guillaume Klein
8bd013ea99
Add word-level timestamps ( #43 )
...
* Add word-level timestamps
* Fix alignment between the segments and the lists of words
* Fix truncated words list when the replacement character is decoded
* Check for empty text_tokens
* Add usage example in the readme
* Update ctranslate2 to 3.9
* Skip empty segment
* Set typing for the new methods
2023-03-15 15:02:28 +01:00