-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
41 lines (35 loc) · 813 Bytes
/
requirements.txt
File metadata and controls
41 lines (35 loc) · 813 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
# PDF processing
pymupdf
pdfplumber>=0.10.0
# NLP
spacy
en_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl
# Machine Learning & Data
scikit-learn>=1.3.0
numpy>=1.24.0
pandas>=2.0.0
# Deep Learning (Legal-BERT)
torch>=2.0.0 --extra-index-url https://download.pytorch.org/whl/cpu
transformers>=4.36.0
accelerate>=0.25.0
# UI & Viz
streamlit>=1.30.0
plotly>=5.18.0
matplotlib>=3.7.0
# Utilities
regex
tqdm
openpyxl>=3.1.0
python-dotenv
huggingface_hub
# Generative AI & RAG
langchain==0.3.25
langchain-core==0.3.59
langchain-community==0.3.24
langchain-text-splitters==0.3.8
langchain-google-genai>=2.0.0
langchain-openai>=0.2.0
langchain-groq>=0.2.0
langchain-huggingface>=0.1.0
sentence-transformers>=3.0.0
faiss-cpu>=1.8.0