armaneshaghi / brain-coloring-website

BrainPainter Website code

Home Page:https://brainpainter.csail.mit.edu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BrainPainter website - Brain Visualisation and Image Generation from the browser

Front page

For any issues, please email me: razvan (at) csail-mit-edu (replace dash with dot). The website template is open-source and adapted from the grayscale template: https://startbootstrap.com/themes/grayscale/. It is published under the free, MIT license.

Installation

  1. Install Flask

  2. Install BrainPainter using docker:

sudo docker run -it mrazvan22/brain-coloring.

Once docker container finishes installation, it should automatically connect to the shell. Once inside docker, pull the latest changes if any:

``` cd /home/brain-coloring/ ```

``` git pull origin master```
  1. Run the website using flask:

FLASK_APP=main.py FLASK_ENV=development FLASK_DEBUG=1 flask run

Customisation

Main files to modify are:

  • main.py
  • templates/index.html

About

BrainPainter Website code

https://brainpainter.csail.mit.edu/


Languages

Language:JavaScript 44.5%Language:Python 25.8%Language:HTML 18.1%Language:CSS 11.1%Language:Makefile 0.5%