Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
+
pillow>=10.0.0
|
3 |
+
opencv-python>=4.8.0
|
4 |
+
pytesseract>=0.3.10
|
5 |
+
scikit-learn>=1.3.0
|
6 |
+
numpy>=1.24.0
|
7 |
+
requests>=2.31.0
|
8 |
+
pandas>=2.0.0
|
9 |
+
matplotlib>=3.7.0
|
10 |
+
seaborn>=0.12.0
|
11 |
+
webcolors>=1.13
|
12 |
+
colorthief>=0.2.1
|
13 |
+
transformers>=4.30.0
|
14 |
+
torch>=2.0.0
|
15 |
+
korean-lunar-calendar>=0.3.1
|