SlideShare a Scribd company logo
Vienna, Austria
12-13 June, 2023
#FIWARESummit
From Data
to Value
OPEN SOURCE
OPEN STANDARDS
OPEN COMMUNITY
Frugal AI in a hospital
environment with FIWARE
Joaquín Salvachua // Alvaro Alonso Universidad Politécnica de
Madrid
Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org
Moving ML/AI with FIWARE to different places
Need to deploy FIWARE based solutions on different places.
Moving from the Cloud to the Edge : not so much infrastructure available.
Deploy the solutions on limited resources : we can not use the usual solutions.
FIWARE is a great environment for this : Close to the Edge is easy with streamming data
solutions.
Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org
Need to support part for the ML-OPS life cycle with limited resources.
Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org
EDVL: Cosmos based platform for data Analisys
▪ DevOps like infrastructure (in house)
Single machine (docker compose)
Kubernetes cluster
Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org
Solutions for infrastructure
▪ Docker Based :
• Docker compose : easiest solutions with few containers
▪ Kubernetes
• K3S
□ Lightweight Kubernetes solutions (may run on a single virtual machine) : https://k3s.io
• Nephio
□ Edge solution for Kubernetes ( 5G deployments related ) : https://nephio.org
Worst case : Single virtual machine (Windows)
Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org
Trying to introduce an agile Data science and engineering
infrastructure on hospitals
Very Good Doctors and researchers but lacking Data science and Data engineering
capabities.
Try to build ”easy” tools for them to test their ideas over data :: FIWARE architecture is
great for this.
Build usefull simple services that may save lifes.
Be ready to detect a new pandemic before it blows up ( hint : data science failed over
the COVID19 crisis ).
Trying to provide an enviroment to help them to use the tools. No need to be experts.
Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org
More Problems
Non-technical people do not fully understand the steps for:
• Small and medium Data to Big Data infrastructure tools.
• Batch analysis to soft real time streaming data analysis.
Most learn with notebooks tailored for the batch-small data case (Jupyter notebooks
and similar).
This does not allow them to think of the real solutions and they just get stuck on the
problems.
Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org
React EU project
▪ Diverse research lines to prevente new pandemic.
▪ Relationship between Madrid Comunity hospitals and researchers.
▪ Lot of different lines.
▪ Our line :: build the bridge between FIWARE architecture and Hospitals data in order
to empower doctors and researchers.
▪ Able to handle both big data and small-médium data.
▪ Intial case : Prediction in Intensive Care and help the Open IC paradigm
Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org
REACT-UE project: Building AI systms based on healthcare data
▪ Project about create infrastructure to pre-detect next pandemic as soon as possible
▪ Our line :: build the bridge between FIWARE architecture and Hospitals data in order to
empower doctors and researchers.
▪ Big Data Analisys and visualization.
• Medical cases by several hospitals (EDVL4Pandemics )
• Get new cases proposed by doctors ( alarm in urgency and predict severe cases before
any clear symptom is observable, even via 5G in ambulance).
▪ First pilot in Henares Hospital (Madrid) (reference hospital
FIWARE
Draco
FIWARE
Cosmos
FIWARE
Context Broker MLOps
Apache Zeppelin
Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org
Mission
The objective of this task is to implement the Educational Data Virtual Lab
(EDVL): https://github.com/ging/edvl
EDVL is a component of the ADA project that will be used for the delivery of
the practical and hands-on part of the Urban Mobility Data Science courses.
Also to be use on medical cases by several hospitals (EDVL4Pandemics).
It is based on the European FIWARE platform, in which the specific
components of Data Science applied to Urban Mobility will be integrated.
Users will be able to analyze open data sets (anonymized) and also real
data from client companies.
Allow them to be able to understand and use Streaming data analysis and
big data tools.
Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org
Data governance: use your own data in your premises
Most examples and courses must use open datasets.
Sometimes it is hard for companies to share or produce public datasets.
If you deploy inside your infrastructure you can connect to your own data.
This allows the transitions from examples to your data
All could be secured via KeyRock Component
Right now data access control (evolving to data usage control tool)
Our solution : All data is keep and analysed into the hospital
infrastructure (hint : is not well prepared for this).
Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org
EDVL: Cosmos based platform for data Analysis
▪ Big Data Analisys and visualization
▪ Based on Apache zepeling fully integrated with FIWARE architectura
▪ https://github.com/ging/edvl
FIWARE Cosmos
FIWARE Draco
FIWARE
Context Broker
Real-time data
sources
Historical
database
Additional data
sources
Open data
Apache Zeppelin
FIWARE
Keyrock
FIWARE
Wilma
DevOps like infrastructure (in house)
Be sure data is keep inside the infrastructure : no need for extra gobernance
First version : Share nothing run all inside the hospital
Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org
First results : patient journey into the hospital
▪ Primary care and Emergencies ( AP, URG)
Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org
Actual situation
▪ Initial deployment of fiware components in the hospital
▪ Infrastructure (Windows virtual machine and restrictive
firewals).
▪ Dump of hospital data on intermediary database
Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org
Frugal AI
▪ Actual AI/ML environment are develop for the Cloud : cheap and easy Access to
resources like memory or GPUs.
▪ Need to de it with les resources (sometimes choose different ML algorithms):
• Not everything need to be Deep learning, for example random forest could be just a
Little worse with much les resource comsuption.
• Aware of green-AI
Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org
Frugal AI Implementation
▪ Try to develop AI with less resources and try to get predictions via ML.
▪ Actual solutions : TensorFlow Lite https://www.tensorflow.org/lite
▪ Move to Go from python
Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org
Actual environment
Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org
Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org
Conclusions
▪ Just open a new line of collaboration (like dev-ops started a new path)
▪ Need to help them to use real data, specially “real time” one.
▪ Identify next pandemic as soon as possible
▪ Lots of ideas from doctors not complex to implement, just they are not experts on
ML-OPS.
Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org
Hosting Partner Keystone Sponsors
Media Partners
Find Us On Stay up to date Be certified and featured
JOIN OUR NEWSLETTER
Vienna, Austria
12-13 June, 2023
#FIWARESummit
Thanks!

More Related Content

Similar to Dr. Álvaro Alonso - FrugalAI-UPM.pptx

A modern approach for wiring the smart world (A.Rossi).pptx
A modern approach for wiring the smart world (A.Rossi).pptxA modern approach for wiring the smart world (A.Rossi).pptx
A modern approach for wiring the smart world (A.Rossi).pptx
FIWARE
 
ENVIROFI for cross domain FI-PPP applications
ENVIROFI for cross domain FI-PPP applicationsENVIROFI for cross domain FI-PPP applications
ENVIROFI for cross domain FI-PPP applications
Denis Havlik
 
Frankfurt Big Data Lab & Refugee Projeect
Frankfurt Big Data Lab & Refugee ProjeectFrankfurt Big Data Lab & Refugee Projeect
Frankfurt Big Data Lab & Refugee Projeect
Goethe Univeristy
 
TUW-ASE Summer 2015: IoT Cloud Systems
TUW-ASE Summer 2015:  IoT Cloud SystemsTUW-ASE Summer 2015:  IoT Cloud Systems
TUW-ASE Summer 2015: IoT Cloud Systems
Hong-Linh Truong
 
SmartManufacturing - Welcome - Marguglio.pptx
SmartManufacturing - Welcome - Marguglio.pptxSmartManufacturing - Welcome - Marguglio.pptx
SmartManufacturing - Welcome - Marguglio.pptx
FIWARE
 
Gridforum David De Roure Newe Science 20080402
Gridforum David De Roure Newe Science 20080402Gridforum David De Roure Newe Science 20080402
Gridforum David De Roure Newe Science 20080402
vrij
 
Smart Energy-Vincenzo Croce.pptx
Smart Energy-Vincenzo Croce.pptxSmart Energy-Vincenzo Croce.pptx
Smart Energy-Vincenzo Croce.pptx
FIWARE
 
Data-intensive bioinformatics on HPC and Cloud
Data-intensive bioinformatics on HPC and CloudData-intensive bioinformatics on HPC and Cloud
Data-intensive bioinformatics on HPC and Cloud
Ola Spjuth
 
Luis_Munoz_1st_Day_v_0_5.pdf
Luis_Munoz_1st_Day_v_0_5.pdfLuis_Munoz_1st_Day_v_0_5.pdf
Luis_Munoz_1st_Day_v_0_5.pdf
FIWARE
 
Javier Conde - Collaboration_of_Digital_Twins_through_LOD_.pptx.pdf
Javier Conde - Collaboration_of_Digital_Twins_through_LOD_.pptx.pdfJavier Conde - Collaboration_of_Digital_Twins_through_LOD_.pptx.pdf
Javier Conde - Collaboration_of_Digital_Twins_through_LOD_.pptx.pdf
FIWARE
 
GiovanniRimassa-v1.0.pdf
 GiovanniRimassa-v1.0.pdf GiovanniRimassa-v1.0.pdf
GiovanniRimassa-v1.0.pdf
FIWARE
 
Study on Secure Cryptographic Techniques in Cloud
Study on Secure Cryptographic Techniques in CloudStudy on Secure Cryptographic Techniques in Cloud
Study on Secure Cryptographic Techniques in Cloud
ijtsrd
 
Data management plans – EUDAT Best practices and case study | www.eudat.eu
Data management plans – EUDAT Best practices and case study | www.eudat.euData management plans – EUDAT Best practices and case study | www.eudat.eu
Data management plans – EUDAT Best practices and case study | www.eudat.eu
EUDAT
 
Marcel Wagner - Combining NGSI-LD and SHACL_v2.pptx
Marcel Wagner - Combining NGSI-LD and SHACL_v2.pptxMarcel Wagner - Combining NGSI-LD and SHACL_v2.pptx
Marcel Wagner - Combining NGSI-LD and SHACL_v2.pptx
FIWARE
 
EU Data Spaces_Clara Pezuela.pptx
 EU Data Spaces_Clara Pezuela.pptx EU Data Spaces_Clara Pezuela.pptx
EU Data Spaces_Clara Pezuela.pptx
FIWARE
 
Student Safety and Attendance Monitoring.pptx
Student Safety and Attendance Monitoring.pptxStudent Safety and Attendance Monitoring.pptx
Student Safety and Attendance Monitoring.pptx
BHAGATHSUBASH1
 
i4Trust_Data Spaces for effective and trusted data sharing.pptx
 i4Trust_Data Spaces for effective and trusted data sharing.pptx i4Trust_Data Spaces for effective and trusted data sharing.pptx
i4Trust_Data Spaces for effective and trusted data sharing.pptx
FIWARE
 
Scientific Cloud Computing: Present & Future
Scientific Cloud Computing: Present & FutureScientific Cloud Computing: Present & Future
Scientific Cloud Computing: Present & Future
stratuslab
 
Semantic Web in the Plateau of Productivity
Semantic Web in the Plateau of ProductivitySemantic Web in the Plateau of Productivity
Semantic Web in the Plateau of Productivity
Ioannis Stavrakantonakis
 
A_Middleware_based_on_Service_Oriented_Architectur.pdf
A_Middleware_based_on_Service_Oriented_Architectur.pdfA_Middleware_based_on_Service_Oriented_Architectur.pdf
A_Middleware_based_on_Service_Oriented_Architectur.pdf
12rno
 

Similar to Dr. Álvaro Alonso - FrugalAI-UPM.pptx (20)

A modern approach for wiring the smart world (A.Rossi).pptx
A modern approach for wiring the smart world (A.Rossi).pptxA modern approach for wiring the smart world (A.Rossi).pptx
A modern approach for wiring the smart world (A.Rossi).pptx
 
ENVIROFI for cross domain FI-PPP applications
ENVIROFI for cross domain FI-PPP applicationsENVIROFI for cross domain FI-PPP applications
ENVIROFI for cross domain FI-PPP applications
 
Frankfurt Big Data Lab & Refugee Projeect
Frankfurt Big Data Lab & Refugee ProjeectFrankfurt Big Data Lab & Refugee Projeect
Frankfurt Big Data Lab & Refugee Projeect
 
TUW-ASE Summer 2015: IoT Cloud Systems
TUW-ASE Summer 2015:  IoT Cloud SystemsTUW-ASE Summer 2015:  IoT Cloud Systems
TUW-ASE Summer 2015: IoT Cloud Systems
 
SmartManufacturing - Welcome - Marguglio.pptx
SmartManufacturing - Welcome - Marguglio.pptxSmartManufacturing - Welcome - Marguglio.pptx
SmartManufacturing - Welcome - Marguglio.pptx
 
Gridforum David De Roure Newe Science 20080402
Gridforum David De Roure Newe Science 20080402Gridforum David De Roure Newe Science 20080402
Gridforum David De Roure Newe Science 20080402
 
Smart Energy-Vincenzo Croce.pptx
Smart Energy-Vincenzo Croce.pptxSmart Energy-Vincenzo Croce.pptx
Smart Energy-Vincenzo Croce.pptx
 
Data-intensive bioinformatics on HPC and Cloud
Data-intensive bioinformatics on HPC and CloudData-intensive bioinformatics on HPC and Cloud
Data-intensive bioinformatics on HPC and Cloud
 
Luis_Munoz_1st_Day_v_0_5.pdf
Luis_Munoz_1st_Day_v_0_5.pdfLuis_Munoz_1st_Day_v_0_5.pdf
Luis_Munoz_1st_Day_v_0_5.pdf
 
Javier Conde - Collaboration_of_Digital_Twins_through_LOD_.pptx.pdf
Javier Conde - Collaboration_of_Digital_Twins_through_LOD_.pptx.pdfJavier Conde - Collaboration_of_Digital_Twins_through_LOD_.pptx.pdf
Javier Conde - Collaboration_of_Digital_Twins_through_LOD_.pptx.pdf
 
GiovanniRimassa-v1.0.pdf
 GiovanniRimassa-v1.0.pdf GiovanniRimassa-v1.0.pdf
GiovanniRimassa-v1.0.pdf
 
Study on Secure Cryptographic Techniques in Cloud
Study on Secure Cryptographic Techniques in CloudStudy on Secure Cryptographic Techniques in Cloud
Study on Secure Cryptographic Techniques in Cloud
 
Data management plans – EUDAT Best practices and case study | www.eudat.eu
Data management plans – EUDAT Best practices and case study | www.eudat.euData management plans – EUDAT Best practices and case study | www.eudat.eu
Data management plans – EUDAT Best practices and case study | www.eudat.eu
 
Marcel Wagner - Combining NGSI-LD and SHACL_v2.pptx
Marcel Wagner - Combining NGSI-LD and SHACL_v2.pptxMarcel Wagner - Combining NGSI-LD and SHACL_v2.pptx
Marcel Wagner - Combining NGSI-LD and SHACL_v2.pptx
 
EU Data Spaces_Clara Pezuela.pptx
 EU Data Spaces_Clara Pezuela.pptx EU Data Spaces_Clara Pezuela.pptx
EU Data Spaces_Clara Pezuela.pptx
 
Student Safety and Attendance Monitoring.pptx
Student Safety and Attendance Monitoring.pptxStudent Safety and Attendance Monitoring.pptx
Student Safety and Attendance Monitoring.pptx
 
i4Trust_Data Spaces for effective and trusted data sharing.pptx
 i4Trust_Data Spaces for effective and trusted data sharing.pptx i4Trust_Data Spaces for effective and trusted data sharing.pptx
i4Trust_Data Spaces for effective and trusted data sharing.pptx
 
Scientific Cloud Computing: Present & Future
Scientific Cloud Computing: Present & FutureScientific Cloud Computing: Present & Future
Scientific Cloud Computing: Present & Future
 
Semantic Web in the Plateau of Productivity
Semantic Web in the Plateau of ProductivitySemantic Web in the Plateau of Productivity
Semantic Web in the Plateau of Productivity
 
A_Middleware_based_on_Service_Oriented_Architectur.pdf
A_Middleware_based_on_Service_Oriented_Architectur.pdfA_Middleware_based_on_Service_Oriented_Architectur.pdf
A_Middleware_based_on_Service_Oriented_Architectur.pdf
 

More from FIWARE

Behm_Herne_NeMo_akt.pptx
Behm_Herne_NeMo_akt.pptxBehm_Herne_NeMo_akt.pptx
Behm_Herne_NeMo_akt.pptx
FIWARE
 
Katharina Hogrebe Herne Digital Days.pdf
 Katharina Hogrebe Herne Digital Days.pdf Katharina Hogrebe Herne Digital Days.pdf
Katharina Hogrebe Herne Digital Days.pdf
FIWARE
 
Christoph Mertens_IDSA_Introduction to Data Spaces.pptx
Christoph Mertens_IDSA_Introduction to Data Spaces.pptxChristoph Mertens_IDSA_Introduction to Data Spaces.pptx
Christoph Mertens_IDSA_Introduction to Data Spaces.pptx
FIWARE
 
Behm_Herne_NeMo.pptx
Behm_Herne_NeMo.pptxBehm_Herne_NeMo.pptx
Behm_Herne_NeMo.pptx
FIWARE
 
Evangelists + iHubs Promo Slides.pptx
Evangelists + iHubs Promo Slides.pptxEvangelists + iHubs Promo Slides.pptx
Evangelists + iHubs Promo Slides.pptx
FIWARE
 
Lukas Künzel Smart City Operating System.pptx
Lukas Künzel Smart City Operating System.pptxLukas Künzel Smart City Operating System.pptx
Lukas Künzel Smart City Operating System.pptx
FIWARE
 
Pierre Golz Der Transformationsprozess im Konzern Stadt.pptx
Pierre Golz Der Transformationsprozess im Konzern Stadt.pptxPierre Golz Der Transformationsprozess im Konzern Stadt.pptx
Pierre Golz Der Transformationsprozess im Konzern Stadt.pptx
FIWARE
 
Dennis Wendland_The i4Trust Collaboration Programme.pptx
Dennis Wendland_The i4Trust Collaboration Programme.pptxDennis Wendland_The i4Trust Collaboration Programme.pptx
Dennis Wendland_The i4Trust Collaboration Programme.pptx
FIWARE
 
Ulrich Ahle_FIWARE.pptx
Ulrich Ahle_FIWARE.pptxUlrich Ahle_FIWARE.pptx
Ulrich Ahle_FIWARE.pptx
FIWARE
 
Aleksandar Vrglevski _FIWARE DACH_OSIH.pptx
Aleksandar Vrglevski _FIWARE DACH_OSIH.pptxAleksandar Vrglevski _FIWARE DACH_OSIH.pptx
Aleksandar Vrglevski _FIWARE DACH_OSIH.pptx
FIWARE
 
Water Quality - Lukas Kuenzel.pdf
Water Quality - Lukas Kuenzel.pdfWater Quality - Lukas Kuenzel.pdf
Water Quality - Lukas Kuenzel.pdf
FIWARE
 
Cameron Brooks_FGS23_FIWARE Summit_Keynote_Cameron.pptx
Cameron Brooks_FGS23_FIWARE Summit_Keynote_Cameron.pptxCameron Brooks_FGS23_FIWARE Summit_Keynote_Cameron.pptx
Cameron Brooks_FGS23_FIWARE Summit_Keynote_Cameron.pptx
FIWARE
 
FiWareSummit.msGIS-Data-to-Value.2023.06.12.pptx
FiWareSummit.msGIS-Data-to-Value.2023.06.12.pptxFiWareSummit.msGIS-Data-to-Value.2023.06.12.pptx
FiWareSummit.msGIS-Data-to-Value.2023.06.12.pptx
FIWARE
 
Boris Otto_FGS2023_Opening- EU Innovations from Data_PUB_V1_BOt.pptx
Boris Otto_FGS2023_Opening- EU Innovations from Data_PUB_V1_BOt.pptxBoris Otto_FGS2023_Opening- EU Innovations from Data_PUB_V1_BOt.pptx
Boris Otto_FGS2023_Opening- EU Innovations from Data_PUB_V1_BOt.pptx
FIWARE
 
Bjoern de Vidts_FGS23_Opening_athumi - bjord de vidts - personal data spaces....
Bjoern de Vidts_FGS23_Opening_athumi - bjord de vidts - personal data spaces....Bjoern de Vidts_FGS23_Opening_athumi - bjord de vidts - personal data spaces....
Bjoern de Vidts_FGS23_Opening_athumi - bjord de vidts - personal data spaces....
FIWARE
 
Abdulrahman Ibrahim_FGS23 Opening - Abdulrahman Ibrahim.pdf
Abdulrahman Ibrahim_FGS23 Opening - Abdulrahman Ibrahim.pdfAbdulrahman Ibrahim_FGS23 Opening - Abdulrahman Ibrahim.pdf
Abdulrahman Ibrahim_FGS23 Opening - Abdulrahman Ibrahim.pdf
FIWARE
 
FGS2023_Opening_Red Hat Keynote Andrea Battaglia.pdf
FGS2023_Opening_Red Hat Keynote Andrea Battaglia.pdfFGS2023_Opening_Red Hat Keynote Andrea Battaglia.pdf
FGS2023_Opening_Red Hat Keynote Andrea Battaglia.pdf
FIWARE
 
HTAG_Skalierung_Plattform_lokal_final_versand.pptx
HTAG_Skalierung_Plattform_lokal_final_versand.pptxHTAG_Skalierung_Plattform_lokal_final_versand.pptx
HTAG_Skalierung_Plattform_lokal_final_versand.pptx
FIWARE
 
WE_LoRaWAN _ IoT.pptx
WE_LoRaWAN  _ IoT.pptxWE_LoRaWAN  _ IoT.pptx
WE_LoRaWAN _ IoT.pptx
FIWARE
 
EU Opp_Clara Pezuela - German chapter.pptx
EU Opp_Clara Pezuela - German chapter.pptxEU Opp_Clara Pezuela - German chapter.pptx
EU Opp_Clara Pezuela - German chapter.pptx
FIWARE
 

More from FIWARE (20)

Behm_Herne_NeMo_akt.pptx
Behm_Herne_NeMo_akt.pptxBehm_Herne_NeMo_akt.pptx
Behm_Herne_NeMo_akt.pptx
 
Katharina Hogrebe Herne Digital Days.pdf
 Katharina Hogrebe Herne Digital Days.pdf Katharina Hogrebe Herne Digital Days.pdf
Katharina Hogrebe Herne Digital Days.pdf
 
Christoph Mertens_IDSA_Introduction to Data Spaces.pptx
Christoph Mertens_IDSA_Introduction to Data Spaces.pptxChristoph Mertens_IDSA_Introduction to Data Spaces.pptx
Christoph Mertens_IDSA_Introduction to Data Spaces.pptx
 
Behm_Herne_NeMo.pptx
Behm_Herne_NeMo.pptxBehm_Herne_NeMo.pptx
Behm_Herne_NeMo.pptx
 
Evangelists + iHubs Promo Slides.pptx
Evangelists + iHubs Promo Slides.pptxEvangelists + iHubs Promo Slides.pptx
Evangelists + iHubs Promo Slides.pptx
 
Lukas Künzel Smart City Operating System.pptx
Lukas Künzel Smart City Operating System.pptxLukas Künzel Smart City Operating System.pptx
Lukas Künzel Smart City Operating System.pptx
 
Pierre Golz Der Transformationsprozess im Konzern Stadt.pptx
Pierre Golz Der Transformationsprozess im Konzern Stadt.pptxPierre Golz Der Transformationsprozess im Konzern Stadt.pptx
Pierre Golz Der Transformationsprozess im Konzern Stadt.pptx
 
Dennis Wendland_The i4Trust Collaboration Programme.pptx
Dennis Wendland_The i4Trust Collaboration Programme.pptxDennis Wendland_The i4Trust Collaboration Programme.pptx
Dennis Wendland_The i4Trust Collaboration Programme.pptx
 
Ulrich Ahle_FIWARE.pptx
Ulrich Ahle_FIWARE.pptxUlrich Ahle_FIWARE.pptx
Ulrich Ahle_FIWARE.pptx
 
Aleksandar Vrglevski _FIWARE DACH_OSIH.pptx
Aleksandar Vrglevski _FIWARE DACH_OSIH.pptxAleksandar Vrglevski _FIWARE DACH_OSIH.pptx
Aleksandar Vrglevski _FIWARE DACH_OSIH.pptx
 
Water Quality - Lukas Kuenzel.pdf
Water Quality - Lukas Kuenzel.pdfWater Quality - Lukas Kuenzel.pdf
Water Quality - Lukas Kuenzel.pdf
 
Cameron Brooks_FGS23_FIWARE Summit_Keynote_Cameron.pptx
Cameron Brooks_FGS23_FIWARE Summit_Keynote_Cameron.pptxCameron Brooks_FGS23_FIWARE Summit_Keynote_Cameron.pptx
Cameron Brooks_FGS23_FIWARE Summit_Keynote_Cameron.pptx
 
FiWareSummit.msGIS-Data-to-Value.2023.06.12.pptx
FiWareSummit.msGIS-Data-to-Value.2023.06.12.pptxFiWareSummit.msGIS-Data-to-Value.2023.06.12.pptx
FiWareSummit.msGIS-Data-to-Value.2023.06.12.pptx
 
Boris Otto_FGS2023_Opening- EU Innovations from Data_PUB_V1_BOt.pptx
Boris Otto_FGS2023_Opening- EU Innovations from Data_PUB_V1_BOt.pptxBoris Otto_FGS2023_Opening- EU Innovations from Data_PUB_V1_BOt.pptx
Boris Otto_FGS2023_Opening- EU Innovations from Data_PUB_V1_BOt.pptx
 
Bjoern de Vidts_FGS23_Opening_athumi - bjord de vidts - personal data spaces....
Bjoern de Vidts_FGS23_Opening_athumi - bjord de vidts - personal data spaces....Bjoern de Vidts_FGS23_Opening_athumi - bjord de vidts - personal data spaces....
Bjoern de Vidts_FGS23_Opening_athumi - bjord de vidts - personal data spaces....
 
Abdulrahman Ibrahim_FGS23 Opening - Abdulrahman Ibrahim.pdf
Abdulrahman Ibrahim_FGS23 Opening - Abdulrahman Ibrahim.pdfAbdulrahman Ibrahim_FGS23 Opening - Abdulrahman Ibrahim.pdf
Abdulrahman Ibrahim_FGS23 Opening - Abdulrahman Ibrahim.pdf
 
FGS2023_Opening_Red Hat Keynote Andrea Battaglia.pdf
FGS2023_Opening_Red Hat Keynote Andrea Battaglia.pdfFGS2023_Opening_Red Hat Keynote Andrea Battaglia.pdf
FGS2023_Opening_Red Hat Keynote Andrea Battaglia.pdf
 
HTAG_Skalierung_Plattform_lokal_final_versand.pptx
HTAG_Skalierung_Plattform_lokal_final_versand.pptxHTAG_Skalierung_Plattform_lokal_final_versand.pptx
HTAG_Skalierung_Plattform_lokal_final_versand.pptx
 
WE_LoRaWAN _ IoT.pptx
WE_LoRaWAN  _ IoT.pptxWE_LoRaWAN  _ IoT.pptx
WE_LoRaWAN _ IoT.pptx
 
EU Opp_Clara Pezuela - German chapter.pptx
EU Opp_Clara Pezuela - German chapter.pptxEU Opp_Clara Pezuela - German chapter.pptx
EU Opp_Clara Pezuela - German chapter.pptx
 

Recently uploaded

UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
Product School
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
g2nightmarescribd
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
Dorra BARTAGUIZ
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 

Recently uploaded (20)

UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 

Dr. Álvaro Alonso - FrugalAI-UPM.pptx

  • 1. Vienna, Austria 12-13 June, 2023 #FIWARESummit From Data to Value OPEN SOURCE OPEN STANDARDS OPEN COMMUNITY Frugal AI in a hospital environment with FIWARE Joaquín Salvachua // Alvaro Alonso Universidad Politécnica de Madrid
  • 2. Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org Moving ML/AI with FIWARE to different places Need to deploy FIWARE based solutions on different places. Moving from the Cloud to the Edge : not so much infrastructure available. Deploy the solutions on limited resources : we can not use the usual solutions. FIWARE is a great environment for this : Close to the Edge is easy with streamming data solutions.
  • 3. Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org Need to support part for the ML-OPS life cycle with limited resources.
  • 4. Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org EDVL: Cosmos based platform for data Analisys ▪ DevOps like infrastructure (in house) Single machine (docker compose) Kubernetes cluster
  • 5. Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org Solutions for infrastructure ▪ Docker Based : • Docker compose : easiest solutions with few containers ▪ Kubernetes • K3S □ Lightweight Kubernetes solutions (may run on a single virtual machine) : https://k3s.io • Nephio □ Edge solution for Kubernetes ( 5G deployments related ) : https://nephio.org Worst case : Single virtual machine (Windows)
  • 6. Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org Trying to introduce an agile Data science and engineering infrastructure on hospitals Very Good Doctors and researchers but lacking Data science and Data engineering capabities. Try to build ”easy” tools for them to test their ideas over data :: FIWARE architecture is great for this. Build usefull simple services that may save lifes. Be ready to detect a new pandemic before it blows up ( hint : data science failed over the COVID19 crisis ). Trying to provide an enviroment to help them to use the tools. No need to be experts.
  • 7. Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org More Problems Non-technical people do not fully understand the steps for: • Small and medium Data to Big Data infrastructure tools. • Batch analysis to soft real time streaming data analysis. Most learn with notebooks tailored for the batch-small data case (Jupyter notebooks and similar). This does not allow them to think of the real solutions and they just get stuck on the problems.
  • 8. Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org React EU project ▪ Diverse research lines to prevente new pandemic. ▪ Relationship between Madrid Comunity hospitals and researchers. ▪ Lot of different lines. ▪ Our line :: build the bridge between FIWARE architecture and Hospitals data in order to empower doctors and researchers. ▪ Able to handle both big data and small-médium data. ▪ Intial case : Prediction in Intensive Care and help the Open IC paradigm
  • 9. Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org REACT-UE project: Building AI systms based on healthcare data ▪ Project about create infrastructure to pre-detect next pandemic as soon as possible ▪ Our line :: build the bridge between FIWARE architecture and Hospitals data in order to empower doctors and researchers. ▪ Big Data Analisys and visualization. • Medical cases by several hospitals (EDVL4Pandemics ) • Get new cases proposed by doctors ( alarm in urgency and predict severe cases before any clear symptom is observable, even via 5G in ambulance). ▪ First pilot in Henares Hospital (Madrid) (reference hospital FIWARE Draco FIWARE Cosmos FIWARE Context Broker MLOps Apache Zeppelin
  • 10. Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org Mission The objective of this task is to implement the Educational Data Virtual Lab (EDVL): https://github.com/ging/edvl EDVL is a component of the ADA project that will be used for the delivery of the practical and hands-on part of the Urban Mobility Data Science courses. Also to be use on medical cases by several hospitals (EDVL4Pandemics). It is based on the European FIWARE platform, in which the specific components of Data Science applied to Urban Mobility will be integrated. Users will be able to analyze open data sets (anonymized) and also real data from client companies. Allow them to be able to understand and use Streaming data analysis and big data tools.
  • 11. Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org Data governance: use your own data in your premises Most examples and courses must use open datasets. Sometimes it is hard for companies to share or produce public datasets. If you deploy inside your infrastructure you can connect to your own data. This allows the transitions from examples to your data All could be secured via KeyRock Component Right now data access control (evolving to data usage control tool) Our solution : All data is keep and analysed into the hospital infrastructure (hint : is not well prepared for this).
  • 12. Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org EDVL: Cosmos based platform for data Analysis ▪ Big Data Analisys and visualization ▪ Based on Apache zepeling fully integrated with FIWARE architectura ▪ https://github.com/ging/edvl FIWARE Cosmos FIWARE Draco FIWARE Context Broker Real-time data sources Historical database Additional data sources Open data Apache Zeppelin FIWARE Keyrock FIWARE Wilma DevOps like infrastructure (in house) Be sure data is keep inside the infrastructure : no need for extra gobernance First version : Share nothing run all inside the hospital
  • 13. Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org First results : patient journey into the hospital ▪ Primary care and Emergencies ( AP, URG)
  • 14. Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org Actual situation ▪ Initial deployment of fiware components in the hospital ▪ Infrastructure (Windows virtual machine and restrictive firewals). ▪ Dump of hospital data on intermediary database
  • 15. Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org Frugal AI ▪ Actual AI/ML environment are develop for the Cloud : cheap and easy Access to resources like memory or GPUs. ▪ Need to de it with les resources (sometimes choose different ML algorithms): • Not everything need to be Deep learning, for example random forest could be just a Little worse with much les resource comsuption. • Aware of green-AI
  • 16. Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org Frugal AI Implementation ▪ Try to develop AI with less resources and try to get predictions via ML. ▪ Actual solutions : TensorFlow Lite https://www.tensorflow.org/lite ▪ Move to Go from python
  • 17. Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org Actual environment
  • 18. Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org
  • 19. Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org Conclusions ▪ Just open a new line of collaboration (like dev-ops started a new path) ▪ Need to help them to use real data, specially “real time” one. ▪ Identify next pandemic as soon as possible ▪ Lots of ideas from doctors not complex to implement, just they are not experts on ML-OPS.
  • 20. Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org Hosting Partner Keystone Sponsors Media Partners Find Us On Stay up to date Be certified and featured JOIN OUR NEWSLETTER
  • 21. Vienna, Austria 12-13 June, 2023 #FIWARESummit Thanks!