Skip to content

Commit

Permalink
minor description change lus_covid.ts
Browse files Browse the repository at this point in the history
sorry for bypassing rules :)
  • Loading branch information
martinjaggi authored Aug 27, 2024
1 parent 5f5d7fc commit 8a36ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discojs/src/default_tasks/lus_covid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const lusCovid: TaskProvider = {
return {
id: 'lus_covid',
displayInformation: {
taskTitle: 'COVID-19 Diagnosis from Lung Ultrasounds',
taskTitle: 'Lung Ultrasound Image Classification',
summary: {
preview: "Medical images are a typical example of data that exists in huge quantity yet that can't be shared due to confidentiality reasons. Medical applications would immensely benefit from training on data currently locked. More data diversity leads to better generalization and bias mitigation.",
overview: "Disco allows data owners to collaboratively train machine learning models using their respective data without any privacy breach. This example problem is about diagnosing whether patients are positive or negative to COVID-19 from lung ultrasounds images. <br>Don't have a dataset of your own? You can find a link to a sample dataset at the next step."
Expand Down

0 comments on commit 8a36ac8

Please sign in to comment.