Add CATT diacritizer dependencies
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
|
| 2 |
streamlit
|
| 3 |
|
| 4 |
torchaudio
|
|
@@ -9,5 +8,7 @@ ffmpeg-python>=0.2.0 # Direct FFmpeg wrapper for reliable audio/video handling
|
|
| 9 |
python-magic-bin; sys_platform == 'win32' # For file type detection on Windows
|
| 10 |
python-magic; sys_platform != 'win32' # For file type detection on Unix
|
| 11 |
|
| 12 |
-
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
streamlit
|
| 2 |
|
| 3 |
torchaudio
|
|
|
|
| 8 |
python-magic-bin; sys_platform == 'win32' # For file type detection on Windows
|
| 9 |
python-magic; sys_platform != 'win32' # For file type detection on Unix
|
| 10 |
|
| 11 |
+
# CATT diacritizer (tashkeel)
|
| 12 |
+
pytorch-lightning
|
| 13 |
+
kaldialign
|
| 14 |
+
huggingface_hub
|