Commit Graph

53 Commits

Author SHA1 Message Date
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
Guillaume Klein
469244a57d Update CTranslate2 to 3.8.0 2023-03-06 16:21:48 +01:00
Guillaume Klein
ed32002aea Add instructions to install without git clone 2023-02-27 12:21:54 +01:00
Guillaume Klein
b1c69927f8 Update code snippet to be consistent with the conversion example 2023-02-24 15:52:23 +01:00
Guillaume Klein
f5c0e44935 Update README.md 2023-02-22 14:59:29 +01:00
Guillaume Klein
a98a2eeec4 Use the large model in the GPU benchmark 2023-02-17 18:51:12 +01:00
Guillaume Klein
8321fcb922 Recompute the performance numbers on GPU 2023-02-17 14:48:58 +01:00
Guillaume Klein
5b240319ec Update benchmark results with ctranslate2==3.6.0 2023-02-16 17:38:58 +01:00
Guillaume Klein
cda834c8ea Update CTranslate2 to 3.6.0 2023-02-16 17:01:19 +01:00
Guillaume Klein
0b53549902 Add whisper.cpp in benchmark table 2023-02-14 17:54:50 +01:00
Guillaume Klein
17a6d83d0e Add some performance numbers in the README 2023-02-14 16:58:05 +01:00
Guillaume Klein
cbbe633082 Add num_workers parameter 2023-02-14 09:34:05 +01:00
Guillaume Klein
47a62ab975 Update README.md 2023-02-13 17:43:22 +01:00
Guillaume Klein
90f6923be0 Update code snippet to output seconds as float 2023-02-13 16:08:31 +01:00
Guillaume Klein
0bcbbfa8c2 Update README.md 2023-02-12 12:05:30 +01:00