Spaces:
Runtime error
Runtime error
Chintan Donda
commited on
Commit
•
5944bc4
1
Parent(s):
a447435
Adding requirements file
Browse files- requirements.txt +18 -0
requirements.txt
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
openai
|
2 |
+
llama-index
|
3 |
+
langchain
|
4 |
+
chromadb
|
5 |
+
torch
|
6 |
+
transformers
|
7 |
+
gradio
|
8 |
+
scikit-learn
|
9 |
+
scipy
|
10 |
+
matplotlib
|
11 |
+
openpyxl
|
12 |
+
mosestokenizer
|
13 |
+
indic-nlp-library
|
14 |
+
sentence_transformers
|
15 |
+
playwright~=1.30
|
16 |
+
faiss-cpu
|
17 |
+
tiktoken
|
18 |
+
googletrans==3.1.0a0
|