Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,8 +16,8 @@ from convert2list import convert_to_list # Converts processed text into a stru
|
|
16 |
from processDoubles import process_doubles # Handles repeated words or numbers in speech recognition output.
|
17 |
from replaceWords import replace_words # Replaces specific words in the recognized text with alternatives.
|
18 |
from highPassFiler import high_pass_filter
|
19 |
-
|
20 |
-
|
21 |
|
22 |
# Initialize ASR model pipeline
|
23 |
asr_model = pipeline("automatic-speech-recognition", model="cdactvm/w2v-bert-punjabi")
|
|
|
16 |
from processDoubles import process_doubles # Handles repeated words or numbers in speech recognition output.
|
17 |
from replaceWords import replace_words # Replaces specific words in the recognized text with alternatives.
|
18 |
from highPassFiler import high_pass_filter
|
19 |
+
from WaveletDenoise import wavelet_denoise
|
20 |
+
from applyWienerFilter import apply_wiener_filter
|
21 |
|
22 |
# Initialize ASR model pipeline
|
23 |
asr_model = pipeline("automatic-speech-recognition", model="cdactvm/w2v-bert-punjabi")
|