mammographml Svelte Themes

Mammographml

Final project for the course 'DataVisualisation' at Ecole Polytechnique in 2023. Website source code for visualizing Nuclear feature extraction for breast tumor diagnosis

README

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

TechStack

This was made using :

  • Svelte a popular JS Framewok (and my personal favorite)
  • D3.js a popular JS library for data visualization
  • TailwindCSS a CSS framework
  • DaisyUI a CSS framework compatible with TailwindCSS
  • Python for data processing, computings some graphs and the differents models we trained

Install and Run website

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).

Top categories

Loading Svelte Themes