muzammil-eds
commited on
Update requirements.txt
Browse files- requirements.txt +1 -20
requirements.txt
CHANGED
@@ -1,25 +1,6 @@
|
|
1 |
-
fastapi==0.99.1
|
2 |
-
uvicorn==0.23.2
|
3 |
-
langchain==v0.0.331rc2
|
4 |
joblib==1.2.0
|
5 |
numpy==1.23.5
|
6 |
pandas==2.0.3
|
7 |
-
gtts==2.3.1
|
8 |
-
pydantic==1.10.8
|
9 |
scikit-learn==1.0.2
|
10 |
pypdf
|
11 |
-
|
12 |
-
sentence-transformers
|
13 |
-
faiss-cpu
|
14 |
-
pytesseract
|
15 |
-
unstructured_inference
|
16 |
-
unstructured==0.7.12
|
17 |
-
boto3
|
18 |
-
text_generation
|
19 |
-
python-multipart
|
20 |
-
starlette==0.27.0
|
21 |
-
openai==1.3.5
|
22 |
-
langchain-openai
|
23 |
-
langchain-community
|
24 |
-
pymupdf
|
25 |
-
rank_bm25
|
|
|
|
|
|
|
|
|
1 |
joblib==1.2.0
|
2 |
numpy==1.23.5
|
3 |
pandas==2.0.3
|
|
|
|
|
4 |
scikit-learn==1.0.2
|
5 |
pypdf
|
6 |
+
streamlit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|