Commit Graph

75 Commits

Author SHA1 Message Date
ed barz 77e743482a README pip link edit 2023-08-22 19:29:47 +02:00
John Ryan 439d49d16d Updated readme 2023-08-14 14:21:52 +01:00
John Ryan 4338423833 Byte convert inside 2023-08-14 14:01:15 +01:00
John Ryan d448db6dc3 Configure language from python 2023-08-14 13:56:36 +01:00
Luke Southam 7af678159c
Update whispercpp.pyx 2023-07-08 15:22:52 +01:00
Luke Southam b01f367a45
Update whispercpp.pyx 2023-07-08 15:20:24 +01:00
Luke Southam 1aa6416714
Update whispercpp.pyx
Fixing windows issues with models path
2023-07-08 13:49:19 +01:00
Luke Southam a18d6b1c05
Update whispercpp.pyx
Fixed ggml model urls
2023-07-08 13:42:58 +01:00
Luke Southam 0ea6211015
Update README.md 2023-06-02 23:39:05 +01:00
Luke Southam 09350c1abb
Update README.md 2023-06-02 21:07:07 +01:00
Luke Southam 0014ea00b8
Create LICENSE
Closes issue #17 .
2023-06-02 19:25:55 +01:00
Luke Southam 75240c1e4f
Merge pull request #14 from aidanperkins/main
Added the ability to pass the audio buffer to whisper directly instead of a filename. Also merged #12 and #13's changes.
2023-05-28 18:07:58 +01:00
aidan perkins a8f16b55ba added setup.py back 2023-04-07 20:25:42 -05:00
aidan perkins b0af6f2464 added setup.py 2023-04-07 20:24:34 -05:00
potatoh d175d935de
Delete setup.py 2023-04-07 19:15:31 -06:00
potatoh 94617bbcca
Delete whispercpp.cpp 2023-04-07 19:14:45 -06:00
potatoh b564fa8379
Delete python3.11 2023-04-07 19:09:50 -06:00
aidan perkins a0337b36a1 added buffer support 2023-04-07 20:09:10 -05:00
Luke Southam e2581c8aad
Merge pull request #9 from rlrs/main
Fixed wheel builds and model downloads
2023-02-13 09:00:58 +00:00
Rasmus Larsen 0f60062097 add back params.language 2023-01-30 17:59:42 +01:00
Rasmus Larsen 4e4258a4b5 Merge remote-tracking branch 'upstream/main' 2023-01-30 17:55:42 +01:00
Luke Southam d8c0617b0e
Merge pull request #7 from boolemancer/windows_fix
Fix a dangling pointer to the input audio data
2023-01-30 16:44:06 +00:00
Luke Southam 3ca3bc5745
Merge branch 'main' into windows_fix 2023-01-30 16:43:54 +00:00
Rasmus Larsen cf5992862a fix wheel build? 2023-01-30 17:39:34 +01:00
Rasmus Larsen 4526cce0ff use a more standard model storage path, and make the directory if doesn't exist 2023-01-30 17:30:18 +01:00
Rasmus Larsen 5157b341a0 fix wheel build 2023-01-29 21:15:09 +01:00
Luke Southam 8699de6106
Merge pull request #5 from kingjan1999/patch-1
Fix wrong model key in __init__
2023-01-27 15:38:35 +00:00
boolemancer d838c5ee73 Fix a dangling pointer to the input audio data 2023-01-27 02:28:34 -08:00
Jan Beckmann 6b93f9aa85
Fix wrong model key in __init__
7be71f8fe7 changed the MODELS dict to download the models from HuggingFace. It also changed the keys used for the dict, but didn't change the way the keys are derived from the model name.
2022-12-26 14:04:58 +01:00
Luke Southam 275783f323
Update whispercpp.pyx 2022-12-25 06:53:20 +00:00
Luke Southam aa51bbd3e1
Fix `model_exists` 2022-12-25 06:52:48 +00:00
Luke Southam 07e194bed2
Explicit C11 2022-12-25 06:48:56 +00:00
Luke Southam 7be71f8fe7
Fixes #2 - Hugging Face models can be downloaded without account! 2022-12-25 06:45:25 +00:00
Robbie Southam 3c0c66056f updated submodule 2022-12-18 22:28:08 +00:00
Luke Southam a1c29b52fa
Update whispercpp.pyx 2022-12-18 21:51:53 +00:00
Luke Southam 86fca83bcf
Update whispercpp.pyx 2022-12-18 21:42:59 +00:00
Luke Southam 64008a7d64
Update whispercpp.pyx 2022-12-16 01:11:18 +00:00
Luke Southam c5f51d5b55
Update whispercpp.pyx 2022-12-16 01:06:51 +00:00
Luke Southam 4f1f2d1c0a
Update whispercpp.pyx 2022-12-16 01:00:00 +00:00
Luke Southam e39c1649a8
Update whispercpp.pyx 2022-12-16 00:45:07 +00:00
Luke Southam b4529314f6
Update whispercpp.pyx 2022-12-16 00:23:50 +00:00
Luke Southam 1e49c6627d
Update whispercpp.pyx 2022-12-14 17:12:39 +00:00
Luke Southam a021ae79da
Update setup.py 2022-12-14 16:42:05 +00:00
Luke Southam bf8d7bb3cc
Update setup.py 2022-12-14 16:41:31 +00:00
Luke Southam b52111a092
Update setup.py 2022-12-14 16:26:51 +00:00
Luke Southam 29ff3387e3
Update setup.py 2022-12-14 16:24:17 +00:00
Luke Southam 879e0c9213
Update build_wheels.yml 2022-12-14 16:21:17 +00:00
Luke Southam c27a576c51
Update build_wheels.yml 2022-12-14 16:20:19 +00:00
Luke Southam 66e8ce112b
Update build_wheels.yml 2022-12-14 16:15:22 +00:00
Luke Southam 7f456c2636
Update build_wheels.yml 2022-12-14 16:12:16 +00:00