Update requirements.txt
#4
by
Praveen2288
- opened
- requirements.txt +6 -0
requirements.txt
CHANGED
@@ -3,3 +3,9 @@ llm-guard[onnxruntime]==0.3.16
|
|
3 |
pandas==2.3.1
|
4 |
streamlit==1.46.1
|
5 |
streamlit-tags==1.2.8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
pandas==2.3.1
|
4 |
streamlit==1.46.1
|
5 |
streamlit-tags==1.2.8
|
6 |
+
|
7 |
+
# NLP support
|
8 |
+
spacy
|
9 |
+
|
10 |
+
# Chinese spaCy model (downloaded directly from Hugging Face)
|
11 |
+
zh_core_web_sm @ https://huggingface.co/spacy/zh_core_web_sm/resolve/main/zh_core_web_sm-any-py3-none-any.whl
|