Skip to content

Commit 0094b74

Browse files
authored
Add Demos to Website (#19)
* Added demo subpage with links to our demos * Added more screenshots and brief description to the other demos * Update Sauravs demo
1 parent e248cb0 commit 0094b74

File tree

8 files changed

+53
-1
lines changed

8 files changed

+53
-1
lines changed

_data/citations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
- Teodor Chiaburu
180180
- Felix Biessmann
181181
publisher: 10th International Conference on Smart and Sustainable Technologies
182-
date: '2025-04-25'
182+
date: '2025-08-13'
183183
link: https://arxiv.org/abs/2504.17461
184184
plugin: sources.py
185185
file: sources.yaml

_data/demos.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
- title: Generation of Synthetic Data
2+
image: images/synthetic_data_demo.png
3+
link: https://synthetic-app.demo.calgo-lab.de
4+
description: Generate synthetic data from limited samples and preserve privacy.
5+
- title: Classification of Product Categories
6+
image: images/product_classification_demo.png
7+
link: https://product-classification.demo.calgo-lab.de
8+
- title: "Redakto: German Text Redactor"
9+
image: images/redakto_demo.png
10+
link: https://redakto.demo.calgo-lab.de
11+
description: A text redaction application powered by multiple domain-specific NER models and Pseudonym-Generation model that automatically detects and replaces sensitive entities in German texts ensuring privacy protection.
12+
tags:
13+
- data privacy
14+
- named entity recognition
15+
- text redaction
16+
- pseudonymization
17+
- title: Time Series Forecasting for Sewer Systems
18+
link: https://riwwer.demo.calgo-lab.de
19+
image: images/riwwer_demo.png
20+
description: Live-on-tape demonstration of forecasting filling levels in a complex real-world sewer system.
21+
tags:
22+
- infrastructure
23+
- sustainability
24+
- tinyML
25+
- IoT
26+
- time-series
27+
- title: Soil Horizon Classification for Agriculture
28+
image: images/soilnet_demo.png
29+
link: https://soilnet.demo.calgo-lab.de
30+
description: Demonstration of our multi-task multi-modal model *SoilNet* for segmenting and classifying soil horizons within soil profile images.
31+
tags:
32+
- sustainability
33+
- vision
34+
- agriculture

demos/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Demos
3+
nav:
4+
order: 2
5+
tooltip: Demos we deployed
6+
---
7+
8+
# {% include icon.html icon="fa-solid fa-wrench" %}Demos
9+
10+
11+
<!-- {% include tags.html tags="text, tabular, vision" %} -->
12+
13+
{% include search-info.html %}
14+
15+
{% include section.html %}
16+
17+
18+
{% include list.html component="card" data="demos" filters="group: " style="small" %}
268 KB
Loading

images/redakto_demo.png

315 KB
Loading

images/riwwer_demo.png

878 KB
Loading

images/soilnet_demo.png

1.28 MB
Loading

images/synthetic_data_demo.png

295 KB
Loading

0 commit comments

Comments
 (0)