Willow
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. Visit our project website for more detailed information, including user documentation and developer guide.
Installation Instructions
Vagrant VM
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.
Built using
Back-end framework
Front-end framework
Deployment
Back-end libraries
Back-end services
Front end libraries
ui-router for Angular.js
Issues and Contributing
Please visit the project website for more information.