Skip to content

kai-vu/vumanoid

Repository files navigation

VUmanoid 🤖

Starter code for Vrije Universiteit Intro to AI creative crafting / hackathon day.

For more information, check out the wiki!

There's also a super easy introduction here.

Installation

Create and activate an virtual environment, as follows:

$ git clone https://github.com/kai-vu/vumanoid.git
$ cd vumanoid/
$ python -m venv env
$ source env/bin/activate

After have installed and activated the environment, install all the dependencies:

$ pip install -r requirements.txt

After that, you can run the following command and access the application at 127.0.0.1:5000 on your browser.

$ python application.py

To stop the server, press Ctrl + C.

How to use MindMup

  1. Go mindmup.com
  2. Click "Create Free Map"
  3. Get your creative idea on the canvas!

Once your finished with your idea, you can go to File -> Download as -> MindMup and save the file to this (mindmup) folder. The application will parse the file automatically.

Credits

Many thanks to the following projects: