From 3fbbcd4a67801c65c1e3570a61b02e7628a591b9 Mon Sep 17 00:00:00 2001 From: Joyce Lu <1006joycelu@gmail.com> Date: Mon, 24 Jun 2024 13:18:40 -0700 Subject: [PATCH] Update README.md --- README.md | 43 +++---------------------------------------- 1 file changed, 3 insertions(+), 40 deletions(-) diff --git a/README.md b/README.md index 0f36bd8..896f9d1 100644 --- a/README.md +++ b/README.md @@ -1,41 +1,4 @@ -# A Svelte Template for Interactive Articles with Svelte - -For UCSD dataviz course: [https://dsc106.com/](https://dsc106.com/). - -This is a starter template to build an interactive article using Svelte. - -It comes with some built-in features: - -- Responsiveness -- Support for browser-rendered math equations -- Scrollytelling built-in -- An example of a responsive, d3 + svelte visualization. - - -### Getting Started -To get started, first clone this repository. Then: - -``` -# install dependencies -npm istall -``` - -Then run development version: - -``` -npm run dev -``` - -To build for prod: - -``` -npm run build -``` - - -### Deploying to GitHub Pages - -Follow the steps in this README: [https://github.com/sitek94/vite-deploy-demo](https://github.com/sitek94/vite-deploy-demo). - -Note that this is a Vite repo, so you may start at the header titled, "**Create a new GitHub repository**": +Final Project for DSC106 at UCSD. +Authors: Joyce Lu, Monica Dai, Henry Xu +Introducing k-nearest neighbors and how it can be used for handwritten digit classification using the MNIST dataset with visualizations created using D3.js.