CoolFace
Apppublic

Add-Vishnu/Whisper_CPP_ASR_CLI

sourceHugging Facemitupdated 3y agoView on Hugging Face
0likes
45 commits on main
a30d5513y ago

Update app.py

Add-Vishnu
a1048b63y ago

Removed sudo in command3,4,5,6

Add-Vishnu
aaa298b3y ago

Update packages.txt

Add-Vishnu
185c7593y ago

added sudo in front of apt install sudo

Add-Vishnu
d0386003y ago

running installation command using subprocess

Add-Vishnu
7e11d633y ago

Update app.py

Add-Vishnu
5476c213y ago

Update packages.txt

Add-Vishnu
5054de63y ago

Update packages.txt

Add-Vishnu
0b32ed53y ago

Added os.system command to install wine32

Add-Vishnu
6ba22653y ago

Update packages.txt

Add-Vishnu
49f8b513y ago

removed wine32 and added libwine

Add-Vishnu
ae897353y ago

Update packages.txt

Add-Vishnu
28730bf3y ago

Update packages.txt

Add-Vishnu
6a842943y ago

Using medium model

Add-Vishnu
2359f083y ago

Upload ggml-model-whisper-medium-q5_0.bin

Add-Vishnu
9b4adcf3y ago

Uncommented small.en.bin model

Add-Vishnu
7998ae93y ago

Changed audio to wav

Add-Vishnu
cebaaf83y ago

Update app.py

Add-Vishnu
381dcd43y ago

Upload 10 files

Add-Vishnu
b13d1db3y ago

Update app.py

Add-Vishnu
98a4a8a3y ago

Upload ggml-model-whisper-base.bin

Add-Vishnu
ad17f9d3y ago

Update app.py

Add-Vishnu
163b3973y ago

Upload 21 files

Add-Vishnu
87e88883y ago

Moved code to the start

Add-Vishnu
01916a13y ago

Update app.py

Add-Vishnu
19833453y ago

Added print for wine command

Add-Vishnu
bf80eba3y ago

Added wine in front of command

Add-Vishnu
367ca123y ago

Create packages.txt

Add-Vishnu
e566c6c3y ago

Update app.py

Add-Vishnu
bf223ba3y ago

Update app.py

Add-Vishnu
7ab5ed23y ago

Update app.py

Add-Vishnu
b92426e3y ago

Changedd format of the paths

Add-Vishnu
bb1f1403y ago

Update app.py

Add-Vishnu
3c9a9d53y ago

imported subprocess

Add-Vishnu
28f58f03y ago

imported numpy

Add-Vishnu
93787bc3y ago

Replaced Audio sources

Add-Vishnu
2d063a03y ago

Removed transformers and torch from importing

Add-Vishnu
f9b38993y ago

Removed shutil

Add-Vishnu
82037213y ago

Removed Tempfile

Add-Vishnu
58638e33y ago

Updated Model and main.exe path

Add-Vishnu
e5fb66e3y ago

Added WhisperCPP model files

Add-Vishnu
30ad0f53y ago

Update app.py

Add-Vishnu
fbcb9793y ago

Create app.py

Add-Vishnu
c31f0fe3y ago

Create requirements.txt

Add-Vishnu
a340b2f3y ago

initial commit

Add-Vishnu