ryanDing26
commited on
Commit
·
529eea4
1
Parent(s):
2f9c6a5
add missing file
Browse files- histopath/env_desc.py +6 -0
histopath/env_desc.py
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
library_content_dict = {
|
| 2 |
+
"lazyslide": "[Python Package] A Python framework that brings interoperable, reproducible whole slide image analysis, enabling seamless histopathology workflows from preprocessing to deep learning.",
|
| 3 |
+
"pyaging": "[Python Package] A Python package designed for biological aging clocks analysis. A comprehensive toolkit for researchers and scientists in the field of aging.",
|
| 4 |
+
"biolearn": "[Python Package] A Python library that enables easy and versatile analysis of biomarkers of aging data, with tooling to easy load data from publicly available sources.",
|
| 5 |
+
"histolab": "[Python Package] A Python package with tooling for WSI processing."
|
| 6 |
+
}
|