Spaces:
Running
Running
Commit ·
61d316d
1
Parent(s): 1f2a25b
Update requirements
Browse files- README.md +3 -3
- requirements.txt +4 -4
README.md
CHANGED
|
@@ -12,9 +12,9 @@ license: mit
|
|
| 12 |
|
| 13 |
# LatinCy Dashboard
|
| 14 |
|
| 15 |
-
Streamlit dashboard for exploring features of the LatinCy models; currently running la_core_web_lg, la_core_web_md, la_core_web_sm v.3.
|
| 16 |
|
| 17 |
View dashboard [here](https://latincy.streamlit.app/)
|
| 18 |
|
| 19 |
-
Written by [diyclassics](https://github.com/diyclassics) April 2023, updated
|
| 20 |
-
|
|
|
|
| 12 |
|
| 13 |
# LatinCy Dashboard
|
| 14 |
|
| 15 |
+
Streamlit dashboard for exploring features of the LatinCy models; currently running la_core_web_lg, la_core_web_md, la_core_web_sm v.3.7.2.
|
| 16 |
|
| 17 |
View dashboard [here](https://latincy.streamlit.app/)
|
| 18 |
|
| 19 |
+
Written by [diyclassics](https://github.com/diyclassics) April 2023, updated January 2024.
|
| 20 |
+
|
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
la-core-web-lg @ https://huggingface.co/latincy/la_core_web_lg/resolve/main/la_core_web_lg-any-py3-none-any.whl
|
| 2 |
la-core-web-md @ https://huggingface.co/latincy/la_core_web_md/resolve/main/la_core_web_md-any-py3-none-any.whl
|
| 3 |
la-core-web-sm @ https://huggingface.co/latincy/la_core_web_sm/resolve/main/la_core_web_sm-any-py3-none-any.whl
|
| 4 |
-
pandas==1.
|
| 5 |
-
spacy==3.
|
| 6 |
-
streamlit==1.
|
| 7 |
-
|
|
|
|
| 1 |
la-core-web-lg @ https://huggingface.co/latincy/la_core_web_lg/resolve/main/la_core_web_lg-any-py3-none-any.whl
|
| 2 |
la-core-web-md @ https://huggingface.co/latincy/la_core_web_md/resolve/main/la_core_web_md-any-py3-none-any.whl
|
| 3 |
la-core-web-sm @ https://huggingface.co/latincy/la_core_web_sm/resolve/main/la_core_web_sm-any-py3-none-any.whl
|
| 4 |
+
pandas==2.1.4
|
| 5 |
+
spacy==3.7.2
|
| 6 |
+
spacy-streamlit==1.0.6
|
| 7 |
+
streamlit==1.29.0
|