AbdalrhmanRi commited on
Commit
e4d3d25
·
verified ·
1 Parent(s): 79ae091
Files changed (1) hide show
  1. requirements.txt +16 -15
requirements.txt CHANGED
@@ -1,15 +1,16 @@
1
- Access Token (hf_****************************************)
2
- pip install pypdf
3
- pip install sentence-transformers
4
- pip install -U langchain-community
5
- pip install deep_translator
6
- pip install langchain
7
- pip install huggingface_hub
8
- pip install streamlit
9
- pip install torch==2.3.1+cu118 -f https://download.pytorch.org/whl/torch_stable.html (For CUDA) or pip install faiss-cpu (if you want use CPU)
10
- (also you can use this for CUDA) pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
11
-
12
- NOTE: "When you use App": Make sure to send your questions clearly and precisely,
13
- especially if there is a question related to a previous answer (clearly specify the previous answer and what you want from it),
14
- also, do not submit a new question until the answer to the previous question appears
15
- (this causes the answer to the previous question to be left and the answer to the new question to be answered).
 
 
1
+ torch
2
+ torchvision
3
+ torchaudio
4
+ streamlit
5
+ huggingface_hub
6
+ langchain
7
+ sentence-transformers
8
+ langchain-community
9
+ os
10
+ tempfile
11
+ deep_translator
12
+ asyncio
13
+ uuid
14
+ logging
15
+ tenacity
16
+ pypdf