A data exploration and cleaning Web application developed by 2nd year UCL students for Seldon. A user-friendly and powerful solution for cleaning, analyzing and visualizing datasets. Click here for more detailed information on the project, including user documentation and developer guide.
The easiest way to get Willow up and running is with Vagrant. Using Vagrant will automatically install and configure the system inside a virtual machine and bind the Web application to port 5000
on your host machine.
- Download and install Vagrant and VirtualBox on your local machine.
- Download the Willow Vagrantfile and save it inside an empty directory.
- Open a terminal and
cd
into the directory containing the Vagrantfile. - Type
vagrant up
to begin the installation process. It may take a couple of minutes to download and configure the virtual machine. - Once that completes, open your browser and navigate to
localhost:5000
. You should see the Willow upload screen.
ui-router for Angular.js
Please visit the project website for more information.