Upload requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit>=1.28
|
| 2 |
+
nltk>=3.8
|
| 3 |
+
numpy>=1.24
|
| 4 |
+
google-generativeai>=0.3.0
|
| 5 |
+
scikit-learn>=1.3.0
|
| 6 |
+
pdfplumber
|
| 7 |
+
python-docx
|
| 8 |
+
streamlit-autorefresh
|
| 9 |
+
firebase-admin
|
| 10 |
+
chromadb
|