Create requirements .txt
Browse files- requirements .txt +6 -0
requirements .txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
PyPDF2==3.0.1
|
| 2 |
+
groq==0.18.0
|
| 3 |
+
chromadb==0.6.3
|
| 4 |
+
sentence-transformers==3.4.1
|
| 5 |
+
nltk==3.9.1
|
| 6 |
+
fpdf==1.7.2
|