forked from genieincodebottle/parsemypdf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
51 lines (43 loc) · 947 Bytes
/
requirements.txt
File metadata and controls
51 lines (43 loc) · 947 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# UI
streamlit>=1.43.2
# PDF Processing Libraries
pypdf>=5.4.0
pymupdf>=1.25.4
PyPDF2>=3.0
camelot-py>=1.0.0
Ghostscript>=0.7
docling>=2.26.0 # IBM's Opensource
docling_core>=2.23.1
markitdown>=0.0.2 # Microsoft's Opensource
llama-cloud-services>=0.1.14 #llama-parse related
# Computer Vision
opencv-python>=4.11.0.86
# LLM related Libraries
ollama>=0.4.7
openai>=1.66.3
anthropic>=0.49.0
langchain_ollama>=0.2.3
langchain-groq>=0.2.5
langchain_openai>=0.3.9
langchain-anthropic>=0.3.10
langchain-google-genai>=2.1.0
langchain-unstructured>=0.1.6
langchain_huggingface>=0.1.2
langchain_community>=0.3.19
tiktoken>=0.9.0
google-genai>=1.5.0
mistralai>=1.5.1
# Huggingface library
transformers>=4.55.4
# Vector Store and Embeddings
faiss-cpu>=1.10.0
sentence_transformers>=3.4.1
# AWS Libraries
boto3>=1.37.14
amazon-textract-caller>=0.2.0
# Utilities
nest-asyncio>=1.6.0
python-dotenv>=1.0.1
pillow>=11.1.0
requests>=2.32.3
torch>=2.6.0