pyodide-vuejs-app-example icon indicating copy to clipboard operation
pyodide-vuejs-app-example copied to clipboard

Scikit-learn in a Vue.js App with Pyodide

trafficstars

Pyodide Vue.js App example

Run "train_test_split" from scikit-learn in a Vue.js App using Pyodide.

screenshot

For more information on Pyodide, checkout this mozilla blog post.

Project setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run End-to-End Tests with Playwright

# Install browsers for the first run
npx playwright install

npm run test

Lint with ESLint

npm run lint