All Projects → commaai → Commacoloring

commaai / Commacoloring

Licence: other
you like coloring books?

Programming Languages

javascript
184084 projects - #8 most used programming language

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 " to upload data

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].