Create requirement.txt
Browse files- requirement.txt +11 -0
requirement.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.32.0
|
2 |
+
langchain-google-genai==0.0.11
|
3 |
+
langchain-core==0.1.31
|
4 |
+
numpy==1.26.0
|
5 |
+
pandas==2.1.4
|
6 |
+
scikit-learn==1.4.0
|
7 |
+
transformers==4.38.2
|
8 |
+
torch==2.2.1
|
9 |
+
bert-score==0.3.13
|
10 |
+
rouge-score==0.1.2
|
11 |
+
plotly==5.18.0
|