you like coloring books?
JavaScript CSS Other
Switch branches/tags
Nothing to show
Permalink
Failed to load latest commit information.
css the polygon tool sucks Jul 12, 2016
img reenabled low quality polygon tool Jul 11, 2016
js changes for commacorrecting May 7, 2017
tools changes for commacorrecting May 7, 2017
.gitignore downloader Jul 3, 2016
LICENSE heroku soon Jul 3, 2016
Procfile heroku soon Jul 3, 2016
README update readme Jul 12, 2016
favicon.ico add favicon Jul 9, 2016
index.html that was dumb May 7, 2017
requirements.txt heroku soon Jul 3, 2016
server.py add suggestion support Jul 12, 2016

README

comma.ai Adult Coloring Book
============================

Use it at https://commacoloring.com/

Based on https://github.com/kyamagu/js-segment-annotator
Thanks Kota Yamaguchi :)

Added a quick Heroku compatible server

Usage
=====

Local: "heroku local"

Upload to Heroku (free tier is fine) 

To create the tables, run "heroku pg:psql" and
  CREATE TABLE data (name varchar(200), data text)
  // CREATE TABLE images (name varchar(200), data text, track text)
  CREATE TABLE images2 (name varchar(200), data text, track text, email text, gid text)
  CREATE TABLE suggestions (name varchar(200), data text)

Run "tools/uploader.py <paths to png files>" to upload data