AbdalrhmanRi commited on
Commit
9c58cac
·
verified ·
1 Parent(s): 44e12e1

Delete Readme.txt

Browse files
Files changed (1) hide show
  1. Readme.txt +0 -15
Readme.txt DELETED
@@ -1,15 +0,0 @@
1
- # Make sure to add Access Token (hf_****************************************).
2
- # When you use locally make sure to install:
3
- - pip install pypdf
4
- - pip install sentence-transformers
5
- - pip install -U langchain-community
6
- - pip install deep_translator
7
- - pip install langchain
8
- - pip install huggingface_hub
9
- - pip install streamlit
10
- - 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).
11
- - (also you can use this for CUDA) pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121.
12
- # Notes: "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).