Spaces:
Sleeping
Sleeping
김민용 commited on
Commit ·
03eab29
1
Parent(s): 6a4514d
Add requirements.txt for Hugging Face dependencies
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
openai
|
| 3 |
+
tqdm
|
| 4 |
+
pandas
|
| 5 |
+
scikit-learn
|
| 6 |
+
sentence-transformers
|
| 7 |
+
trafilatura
|