Upload requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain
|
2 |
+
langchain-groq
|
3 |
+
streamlit
|
4 |
+
matplotlib
|
5 |
+
textblob
|
6 |
+
readability
|
7 |
+
numpy
|
8 |
+
opencv-python
|
9 |
+
PTL
|
10 |
+
#tensorflow
|
11 |
+
scikit-image
|
12 |
+
python-dotenv
|