Leearg commited on
Commit
4d9d312
·
verified ·
1 Parent(s): 37fed47

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +22 -0
requirements.txt ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core dependencies
2
+ streamlit>=1.28.0
3
+ openai>=1.0.0
4
+ anthropic>=0.5.0
5
+ langchain>=0.0.350
6
+ langchain-community>=0.0.10
7
+
8
+ # Document processing
9
+ PyPDF2>=3.0.0
10
+ python-docx>=0.8.11
11
+ pandas>=2.0.0
12
+ pdfplumber>=0.10.0
13
+ PyMuPDF>=1.23.0
14
+
15
+ # Text processing
16
+ nltk>=3.8.0
17
+ spacy>=3.7.0
18
+
19
+ # Utilities
20
+ python-dotenv>=1.0.0
21
+ requests>=2.31.0
22
+ tiktoken>=0.5.0