Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +15 -8
requirements.txt
CHANGED
@@ -1,8 +1,15 @@
|
|
1 |
-
streamlit
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
numpy
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
Pillow
|
3 |
+
google-generativeai
|
4 |
+
python-dotenv
|
5 |
+
requests
|
6 |
+
numpy
|
7 |
+
opencv-python
|
8 |
+
rembg
|
9 |
+
easyocr
|
10 |
+
pytesseract
|
11 |
+
fonttools
|
12 |
+
langchain-groq
|
13 |
+
logging
|
14 |
+
textwrap
|
15 |
+
|