Create requirements.txt
Browse files- requirements.txt +17 -0
requirements.txt
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
torch
|
3 |
+
transformers
|
4 |
+
git+https://github.com/VarunGumma/IndicTransToolkit.git
|
5 |
+
SpeechRecognition
|
6 |
+
sacremoses
|
7 |
+
pandas
|
8 |
+
regex
|
9 |
+
mock
|
10 |
+
bitsandbytes
|
11 |
+
scipy
|
12 |
+
accelerate
|
13 |
+
datasets
|
14 |
+
sentencepiece
|
15 |
+
mosestokenizer
|
16 |
+
nltk
|
17 |
+
cython
|