Spaces:
Sleeping
Sleeping
Soumyadip Raha commited on
Add requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit>=1.30.0
|
| 2 |
+
groq>=0.4.0
|
| 3 |
+
transformers>=4.36.0
|
| 4 |
+
torch>=2.6.0
|
| 5 |
+
python-dotenv>=1.0.0
|
| 6 |
+
matplotlib
|
| 7 |
+
pandas
|
| 8 |
+
PyPDF2
|
| 9 |
+
duckduckgo-search>=7.0.0
|