Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aldotestino/hmi-xai-project

This project uses machine learning to predict diabetes and provides explanations through SHAP and PCA, displayed in an intuitive user interface.
https://github.com/aldotestino/hmi-xai-project

diabetes-prediction drizzle machine-learning nextjs pca shadcn-ui shap tailwindcss xgboost

Last synced: about 2 months ago
JSON representation

This project uses machine learning to predict diabetes and provides explanations through SHAP and PCA, displayed in an intuitive user interface.

Awesome Lists containing this project

README

        

# Build
```sh
chmod +x ./build.sh
./build.sh
```

# Start
```sh
docker compose up -d
```

# Open the app
The app will be available at: http://localhost:3000

# Screenshots

### Splash Screen
![Splash Screen](/images/splash.jpeg?raw=true "Splash Screen")

## Dashboard
![Dashboard](/images/dashboard.jpeg?raw=true "Dashboard")

## PCA Embeddings
![PCA Embeddings](/images/pca.jpeg?raw=true "PCA Embeddings")

## Shap Values
![Shap Values](/images/shap.jpeg?raw=true "Shap Values")