Skip to content

Commit

Permalink
Add README.md disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
lsago committed Sep 13, 2023
1 parent be33ddf commit 4fb21b3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Patient similarity backend
# :warning: :warning:

This repository ended up being used as the basis for the algorithms both for server and worker for the IDS solution for the HealthAI demo.
It's trully a proof-of-concept. Implements kmeans (v6/Aiara), statistics (v6/Aiara), and neuralnet (TNO/Maarten).

However it does not handle multiple users, multiple tasks at the same time, authentication, etc.

# Patient similarity backend
This repository contains the logic for the Federated Learning implementation
through IDS for patient similarity with TNM data. Neural net training should also be possible :construction:.
Different algorithm to collect stastics should be feasible to implement. This is a proof-of-concept.
Different algorithm to collect statistics should be feasible to implement. This is a proof-of-concept.

The code in this repository needs the [Federated Learning Data App](https://gitlab.com/tno-tsg/data-apps/federated-learning)
combined with a [TSG Core Container](https://gitlab.com/tno-tsg/core-container) to work.
Expand Down

0 comments on commit 4fb21b3

Please sign in to comment.