RAHULJUNEJA33 commited on
Commit
38372c3
·
verified ·
1 Parent(s): 8efe5a0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -12
requirements.txt CHANGED
@@ -1,12 +1,16 @@
1
- streamlit==1.28.0
2
- openai==1.3.6
3
- numpy==1.26.0
4
- PyPDF2==3.0.1
5
- Pillow==10.0.1
6
- pytesseract==0.3.10
7
- faiss-cpu==1.7.4
8
- langchain==0.0.346
9
- transformers==4.34.0
10
- torch==2.0.1
11
- python-dotenv==1.0.0
12
- httpx>=0.24.0 # Only needed if using proxies
 
 
 
 
 
1
+ pybase64
2
+ langgraph
3
+ streamlit
4
+ opencv-python
5
+ pillow
6
+ pdf2image
7
+ pytesseract
8
+ numpy
9
+ langchain
10
+ faiss-cpu
11
+ openai
12
+ tiktoken
13
+ nltk
14
+ spacy
15
+ langchain-community
16
+ PyPDF2==3.0.1