This was done as a final project for the course 'DataVisualisation' at Ecole Polytechnique in 2023. The goal was to create a website to visualize a dataset (that we could chose). We chose to visualize the data from UC Irvine Machine Learning Repository, a dataset used as a baseline in this Article about Nuclear feature extraction for breast tumor diagnosis
This was made using :
Clone the repository :
git clone https://github.com/Shaamallow/mammographml.git
Install dependencies :
npm install
Run in dev mode :
npm run dev
The website should also be available at mammographml.shaamallow.com (at least for project submission).