Create requirements.txt
Browse files- requirements.txt +17 -0
requirements.txt
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
langdetect
|
3 |
+
transformers
|
4 |
+
nltk
|
5 |
+
numpy
|
6 |
+
python-docx
|
7 |
+
gensim
|
8 |
+
scikit-learn
|
9 |
+
torch
|
10 |
+
sentencepiece
|
11 |
+
langchain
|
12 |
+
langchain-groq
|
13 |
+
langchain-core
|
14 |
+
python-dotenv
|
15 |
+
Pillow
|
16 |
+
pytesseract
|
17 |
+
Python-IO
|