Inframat-x commited on
Commit
11ea951
·
verified ·
1 Parent(s): b9beeb4

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -0
requirements.txt ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core
2
+ gradio
3
+ numpy
4
+ pandas
5
+ scikit-learn
6
+ joblib
7
+
8
+ # RAG / retrieval
9
+ sentence-transformers
10
+ rank-bm25
11
+ PyMuPDF
12
+ pypdf
13
+
14
+ # OpenAI LLM (for optional LLM synthesis)
15
+ openai
16
+
17
+ # Evaluation metrics (lexical + semantic)
18
+ nltk
19
+ rouge-score
20
+ bert-score