{% extends 'main.html' %} {% block content %} {% load static %}

Welcome to the Extremum Dashboard

Your gateway to exploring health informatics and time-series datasets with ease.

About the Extremum Dashboard

The Extremum Dashboard, developed by Stockholm University, is part of the EXTREMUM project. It combines advanced AI with ethical practices to improve healthcare outcomes.

  • Unified Data Representation: Seamlessly integrate complex medical datasets.
  • Explainable Predictive Models: Build AI solutions that are interpretable and reliable.
  • Ethical Compliance: Ensure AI aligns with ethical and legal standards.
Learn More
Data Science Research Group
View at Stockholm University

Ready to start your journey?

Choose Your Dataset

Select a dataset to visualize its graphs and perform advanced operations like using pre-trained models or computing counterfactuals. Your choice will be used throughout the session.

{% csrf_token %}
Upload Dataset
{% csrf_token %}
Data Type
Supported format: CSV
Uploaded Files
{% if uploaded_files %} {% for uploaded_file in uploaded_files %}
{% endfor %} {% else %}

No files uploaded yet. Please upload a dataset to select it here.

{% endif %}
{% endblock content%}