deployment hugging face
Browse files- readme.md → README.md +12 -0
readme.md → README.md
RENAMED
|
@@ -9,3 +9,15 @@ python_version: "3.10"
|
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
---
|
| 12 |
+
|
| 13 |
+
# Aging Score Autoencoder Agent
|
| 14 |
+
|
| 15 |
+
This Space uses an autoencoder model to predict biological aging scores from transcriptomic data.
|
| 16 |
+
|
| 17 |
+
## Features
|
| 18 |
+
|
| 19 |
+
- Biological age prediction from gene expression data
|
| 20 |
+
- Aging score analysis
|
| 21 |
+
- Visualization of aging rhythm
|
| 22 |
+
|
| 23 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|