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.
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
.
- Go mindmup.com
- Click "Create Free Map"
- 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.
Many thanks to the following projects: