ML Playground

A repository for HTML-based machine learning visualizations and interactive demos.

Available Demos

Getting Started

Click on any demo above to run it directly in your browser.

Local Development

To run demos locally:

python -m http.server 8000
# Then visit: http://localhost:8000