├── .DS_Store ├── LICENSE ├── README.MD ├── ml5js ├── .DS_Store ├── LSTM_Interactive_from_mobilenet │ ├── .DS_Store │ ├── index.html │ ├── models │ │ ├── .DS_Store │ │ ├── bolano │ │ │ ├── Variable │ │ │ ├── embedding │ │ │ ├── manifest.json │ │ │ ├── rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_bias │ │ │ ├── rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_kernel │ │ │ ├── rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_bias │ │ │ ├── rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_kernel │ │ │ ├── rnnlm_softmax_b │ │ │ ├── rnnlm_softmax_w │ │ │ └── vocab.json │ │ ├── charlotte_bronte │ │ │ ├── Variable │ │ │ ├── embedding │ │ │ ├── manifest.json │ │ │ ├── rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_bias │ │ │ ├── rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_kernel │ │ │ ├── rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_bias │ │ │ ├── rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_kernel │ │ │ ├── rnnlm_softmax_b │ │ │ ├── rnnlm_softmax_w │ │ │ └── vocab.json │ │ ├── darwin │ │ │ ├── Variable │ │ │ ├── embedding │ │ │ ├── manifest.json │ │ │ ├── rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_biases │ │ │ ├── rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_weights │ │ │ ├── rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_biases │ │ │ ├── rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_weights │ │ │ ├── rnnlm_softmax_b │ │ │ ├── rnnlm_softmax_w │ │ │ └── vocab.json │ │ ├── dubois │ │ │ ├── Variable │ │ │ ├── embedding │ │ │ ├── manifest.json │ │ │ ├── rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_bias │ │ │ ├── rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_kernel │ │ │ ├── rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_bias │ │ │ ├── rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_kernel │ │ │ ├── rnnlm_softmax_b │ │ │ ├── rnnlm_softmax_w │ │ │ └── vocab.json │ │ ├── hemingway │ │ │ ├── Variable │ │ │ ├── embedding │ │ │ ├── manifest.json │ │ │ ├── rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_bias │ │ │ ├── rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_kernel │ │ │ ├── rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_bias │ │ │ ├── rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_kernel │ │ │ ├── rnnlm_softmax_b │ │ │ ├── rnnlm_softmax_w │ │ │ └── vocab.json │ │ ├── jkrowling_HP │ │ │ ├── Variable │ │ │ ├── embedding │ │ │ ├── manifest.json │ │ │ ├── rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_bias │ │ │ ├── rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_biases │ │ │ ├── rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_kernel │ │ │ ├── rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_weights │ │ │ ├── rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_bias │ │ │ ├── rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_biases │ │ │ ├── rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_kernel │ │ │ ├── rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_weights │ │ │ ├── rnnlm_softmax_b │ │ │ ├── rnnlm_softmax_w │ │ │ └── vocab.json │ │ ├── shakespeare │ │ │ ├── Variable │ │ │ ├── embedding │ │ │ ├── manifest.json │ │ │ ├── rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_biases │ │ │ ├── rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_weights │ │ │ ├── rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_biases │ │ │ ├── rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_weights │ │ │ ├── rnnlm_softmax_b │ │ │ ├── rnnlm_softmax_w │ │ │ └── vocab.json │ │ ├── woolf │ │ │ ├── Variable │ │ │ ├── embedding │ │ │ ├── manifest.json │ │ │ ├── rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_bias │ │ │ ├── rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_kernel │ │ │ ├── rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_bias │ │ │ ├── rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_kernel │ │ │ ├── rnnlm_softmax_b │ │ │ ├── rnnlm_softmax_w │ │ │ └── vocab.json │ │ └── zora_neale_hurston │ │ │ ├── Variable │ │ │ ├── embedding │ │ │ ├── manifest.json │ │ │ ├── rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_bias │ │ │ ├── rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_kernel │ │ │ ├── rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_bias │ │ │ ├── rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_kernel │ │ │ ├── rnnlm_softmax_b │ │ │ ├── rnnlm_softmax_w │ │ │ └── vocab.json │ └── sketch.js ├── demineur_posenet │ ├── index.html │ └── sketch.js └── drummer_knn │ ├── .DS_Store │ ├── index.html │ ├── sketch.js │ └── sounds │ ├── 76504__meowtek__bd-c64-m.wav │ ├── 76506__meowtek__snare3-env1.wav │ ├── 76636__meowtek__hat-c64-1.wav │ └── 76638__meowtek__hat-c64-3.wav ├── processing-arduino └── Posenet_Dim_led │ ├── dim_leds │ └── dim_leds.ino │ └── getData_from_runway_forward_to_arduino │ └── getData_from_runway_forward_to_arduino.pde ├── runway_p5js_http └── send_photo_sketch │ ├── index.html │ └── sketch.js ├── runway_p5js_socketio ├── .DS_Store ├── send_adaptative_style_transfer │ ├── index.html │ └── sketch.js └── send_adaptative_style_transfer_after_sketchrnn │ ├── index.html │ └── sketch.js ├── runway_processing_http ├── .DS_Store ├── receive_adaptative_style_transfer │ └── receive_adaptative_style_transfer.pde ├── send_adaptative_style_transfer │ ├── .DS_Store │ └── send_adaptative_style_transfer_send.pde └── send_attnGan │ └── send_attnGan.pde └── runway_processing_osc ├── .DS_Store ├── receive_adaptative_style_transfer ├── .DS_Store └── receive_adaptative_style_transfer.pde ├── receive_coco_ssd └── receive_coco_ssd.pde ├── receive_face_landmarks └── receive_face_landmarks.pde ├── receive_img2txt └── receive_img2txt.pde ├── receive_mobilenet └── receive_mobilenet.pde ├── receive_posenet └── receive_posenet.pde ├── send_attnGan └── send_attnGan.pde └── send_bigGan_vector └── send_bigGan_Vector.pde /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/.DS_Store -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/LICENSE -------------------------------------------------------------------------------- /README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/README.MD -------------------------------------------------------------------------------- /ml5js/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/.DS_Store -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/.DS_Store -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/index.html -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/.DS_Store -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/bolano/Variable: -------------------------------------------------------------------------------- 1 | ]j5 -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/bolano/embedding: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/bolano/embedding -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/bolano/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/bolano/manifest.json -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/bolano/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_bias: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/bolano/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_bias -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/bolano/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_kernel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/bolano/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_kernel -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/bolano/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_bias: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/bolano/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_bias -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/bolano/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_kernel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/bolano/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_kernel -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/bolano/rnnlm_softmax_b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/bolano/rnnlm_softmax_b -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/bolano/rnnlm_softmax_w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/bolano/rnnlm_softmax_w -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/bolano/vocab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/bolano/vocab.json -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/charlotte_bronte/Variable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/charlotte_bronte/Variable -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/charlotte_bronte/embedding: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/charlotte_bronte/embedding -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/charlotte_bronte/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/charlotte_bronte/manifest.json -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/charlotte_bronte/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_bias: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/charlotte_bronte/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_bias -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/charlotte_bronte/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_kernel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/charlotte_bronte/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_kernel -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/charlotte_bronte/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_bias: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/charlotte_bronte/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_bias -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/charlotte_bronte/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_kernel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/charlotte_bronte/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_kernel -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/charlotte_bronte/rnnlm_softmax_b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/charlotte_bronte/rnnlm_softmax_b -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/charlotte_bronte/rnnlm_softmax_w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/charlotte_bronte/rnnlm_softmax_w -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/charlotte_bronte/vocab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/charlotte_bronte/vocab.json -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/darwin/Variable: -------------------------------------------------------------------------------- 1 | o; -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/darwin/embedding: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/darwin/embedding -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/darwin/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/darwin/manifest.json -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/darwin/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_biases: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/darwin/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_biases -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/darwin/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_weights: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/darwin/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_weights -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/darwin/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_biases: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/darwin/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_biases -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/darwin/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_weights: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/darwin/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_weights -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/darwin/rnnlm_softmax_b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/darwin/rnnlm_softmax_b -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/darwin/rnnlm_softmax_w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/darwin/rnnlm_softmax_w -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/darwin/vocab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/darwin/vocab.json -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/dubois/Variable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/dubois/Variable -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/dubois/embedding: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/dubois/embedding -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/dubois/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/dubois/manifest.json -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/dubois/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_bias: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/dubois/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_bias -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/dubois/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_kernel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/dubois/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_kernel -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/dubois/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_bias: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/dubois/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_bias -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/dubois/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_kernel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/dubois/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_kernel -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/dubois/rnnlm_softmax_b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/dubois/rnnlm_softmax_b -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/dubois/rnnlm_softmax_w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/dubois/rnnlm_softmax_w -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/dubois/vocab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/dubois/vocab.json -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/hemingway/Variable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/hemingway/Variable -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/hemingway/embedding: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/hemingway/embedding -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/hemingway/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/hemingway/manifest.json -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/hemingway/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_bias: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/hemingway/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_bias -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/hemingway/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_kernel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/hemingway/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_kernel -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/hemingway/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_bias: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/hemingway/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_bias -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/hemingway/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_kernel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/hemingway/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_kernel -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/hemingway/rnnlm_softmax_b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/hemingway/rnnlm_softmax_b -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/hemingway/rnnlm_softmax_w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/hemingway/rnnlm_softmax_w -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/hemingway/vocab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/hemingway/vocab.json -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/jkrowling_HP/Variable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/jkrowling_HP/Variable -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/jkrowling_HP/embedding: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/jkrowling_HP/embedding -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/jkrowling_HP/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/jkrowling_HP/manifest.json -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/jkrowling_HP/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_bias: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/jkrowling_HP/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_bias -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/jkrowling_HP/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_biases: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/jkrowling_HP/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_biases -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/jkrowling_HP/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_kernel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/jkrowling_HP/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_kernel -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/jkrowling_HP/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_weights: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/jkrowling_HP/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_weights -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/jkrowling_HP/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_bias: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/jkrowling_HP/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_bias -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/jkrowling_HP/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_biases: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/jkrowling_HP/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_biases -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/jkrowling_HP/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_kernel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/jkrowling_HP/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_kernel -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/jkrowling_HP/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_weights: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/jkrowling_HP/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_weights -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/jkrowling_HP/rnnlm_softmax_b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/jkrowling_HP/rnnlm_softmax_b -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/jkrowling_HP/rnnlm_softmax_w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/jkrowling_HP/rnnlm_softmax_w -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/jkrowling_HP/vocab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/jkrowling_HP/vocab.json -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/shakespeare/Variable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/shakespeare/Variable -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/shakespeare/embedding: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/shakespeare/embedding -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/shakespeare/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/shakespeare/manifest.json -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/shakespeare/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_biases: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/shakespeare/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_biases -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/shakespeare/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_weights: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/shakespeare/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_weights -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/shakespeare/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_biases: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/shakespeare/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_biases -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/shakespeare/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_weights: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/shakespeare/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_weights -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/shakespeare/rnnlm_softmax_b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/shakespeare/rnnlm_softmax_b -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/shakespeare/rnnlm_softmax_w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/shakespeare/rnnlm_softmax_w -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/shakespeare/vocab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/shakespeare/vocab.json -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/woolf/Variable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/woolf/Variable -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/woolf/embedding: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/woolf/embedding -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/woolf/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/woolf/manifest.json -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/woolf/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_bias: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/woolf/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_bias -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/woolf/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_kernel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/woolf/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_kernel -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/woolf/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_bias: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/woolf/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_bias -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/woolf/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_kernel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/woolf/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_kernel -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/woolf/rnnlm_softmax_b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/woolf/rnnlm_softmax_b -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/woolf/rnnlm_softmax_w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/woolf/rnnlm_softmax_w -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/woolf/vocab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/woolf/vocab.json -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/zora_neale_hurston/Variable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/zora_neale_hurston/Variable -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/zora_neale_hurston/embedding: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/zora_neale_hurston/embedding -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/zora_neale_hurston/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/zora_neale_hurston/manifest.json -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/zora_neale_hurston/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_bias: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/zora_neale_hurston/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_bias -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/zora_neale_hurston/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_kernel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/zora_neale_hurston/rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_kernel -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/zora_neale_hurston/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_bias: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/zora_neale_hurston/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_bias -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/zora_neale_hurston/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_kernel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/zora_neale_hurston/rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_kernel -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/zora_neale_hurston/rnnlm_softmax_b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/zora_neale_hurston/rnnlm_softmax_b -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/zora_neale_hurston/rnnlm_softmax_w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/zora_neale_hurston/rnnlm_softmax_w -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/models/zora_neale_hurston/vocab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/models/zora_neale_hurston/vocab.json -------------------------------------------------------------------------------- /ml5js/LSTM_Interactive_from_mobilenet/sketch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/LSTM_Interactive_from_mobilenet/sketch.js -------------------------------------------------------------------------------- /ml5js/demineur_posenet/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/demineur_posenet/index.html -------------------------------------------------------------------------------- /ml5js/demineur_posenet/sketch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/demineur_posenet/sketch.js -------------------------------------------------------------------------------- /ml5js/drummer_knn/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/drummer_knn/.DS_Store -------------------------------------------------------------------------------- /ml5js/drummer_knn/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/drummer_knn/index.html -------------------------------------------------------------------------------- /ml5js/drummer_knn/sketch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/drummer_knn/sketch.js -------------------------------------------------------------------------------- /ml5js/drummer_knn/sounds/76504__meowtek__bd-c64-m.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/drummer_knn/sounds/76504__meowtek__bd-c64-m.wav -------------------------------------------------------------------------------- /ml5js/drummer_knn/sounds/76506__meowtek__snare3-env1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/drummer_knn/sounds/76506__meowtek__snare3-env1.wav -------------------------------------------------------------------------------- /ml5js/drummer_knn/sounds/76636__meowtek__hat-c64-1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/drummer_knn/sounds/76636__meowtek__hat-c64-1.wav -------------------------------------------------------------------------------- /ml5js/drummer_knn/sounds/76638__meowtek__hat-c64-3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/ml5js/drummer_knn/sounds/76638__meowtek__hat-c64-3.wav -------------------------------------------------------------------------------- /processing-arduino/Posenet_Dim_led/dim_leds/dim_leds.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/processing-arduino/Posenet_Dim_led/dim_leds/dim_leds.ino -------------------------------------------------------------------------------- /processing-arduino/Posenet_Dim_led/getData_from_runway_forward_to_arduino/getData_from_runway_forward_to_arduino.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/processing-arduino/Posenet_Dim_led/getData_from_runway_forward_to_arduino/getData_from_runway_forward_to_arduino.pde -------------------------------------------------------------------------------- /runway_p5js_http/send_photo_sketch/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/runway_p5js_http/send_photo_sketch/index.html -------------------------------------------------------------------------------- /runway_p5js_http/send_photo_sketch/sketch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/runway_p5js_http/send_photo_sketch/sketch.js -------------------------------------------------------------------------------- /runway_p5js_socketio/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/runway_p5js_socketio/.DS_Store -------------------------------------------------------------------------------- /runway_p5js_socketio/send_adaptative_style_transfer/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/runway_p5js_socketio/send_adaptative_style_transfer/index.html -------------------------------------------------------------------------------- /runway_p5js_socketio/send_adaptative_style_transfer/sketch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/runway_p5js_socketio/send_adaptative_style_transfer/sketch.js -------------------------------------------------------------------------------- /runway_p5js_socketio/send_adaptative_style_transfer_after_sketchrnn/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/runway_p5js_socketio/send_adaptative_style_transfer_after_sketchrnn/index.html -------------------------------------------------------------------------------- /runway_p5js_socketio/send_adaptative_style_transfer_after_sketchrnn/sketch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/runway_p5js_socketio/send_adaptative_style_transfer_after_sketchrnn/sketch.js -------------------------------------------------------------------------------- /runway_processing_http/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/runway_processing_http/.DS_Store -------------------------------------------------------------------------------- /runway_processing_http/receive_adaptative_style_transfer/receive_adaptative_style_transfer.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/runway_processing_http/receive_adaptative_style_transfer/receive_adaptative_style_transfer.pde -------------------------------------------------------------------------------- /runway_processing_http/send_adaptative_style_transfer/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/runway_processing_http/send_adaptative_style_transfer/.DS_Store -------------------------------------------------------------------------------- /runway_processing_http/send_adaptative_style_transfer/send_adaptative_style_transfer_send.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/runway_processing_http/send_adaptative_style_transfer/send_adaptative_style_transfer_send.pde -------------------------------------------------------------------------------- /runway_processing_http/send_attnGan/send_attnGan.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/runway_processing_http/send_attnGan/send_attnGan.pde -------------------------------------------------------------------------------- /runway_processing_osc/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/runway_processing_osc/.DS_Store -------------------------------------------------------------------------------- /runway_processing_osc/receive_adaptative_style_transfer/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/runway_processing_osc/receive_adaptative_style_transfer/.DS_Store -------------------------------------------------------------------------------- /runway_processing_osc/receive_adaptative_style_transfer/receive_adaptative_style_transfer.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/runway_processing_osc/receive_adaptative_style_transfer/receive_adaptative_style_transfer.pde -------------------------------------------------------------------------------- /runway_processing_osc/receive_coco_ssd/receive_coco_ssd.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/runway_processing_osc/receive_coco_ssd/receive_coco_ssd.pde -------------------------------------------------------------------------------- /runway_processing_osc/receive_face_landmarks/receive_face_landmarks.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/runway_processing_osc/receive_face_landmarks/receive_face_landmarks.pde -------------------------------------------------------------------------------- /runway_processing_osc/receive_img2txt/receive_img2txt.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/runway_processing_osc/receive_img2txt/receive_img2txt.pde -------------------------------------------------------------------------------- /runway_processing_osc/receive_mobilenet/receive_mobilenet.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/runway_processing_osc/receive_mobilenet/receive_mobilenet.pde -------------------------------------------------------------------------------- /runway_processing_osc/receive_posenet/receive_posenet.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/runway_processing_osc/receive_posenet/receive_posenet.pde -------------------------------------------------------------------------------- /runway_processing_osc/send_attnGan/send_attnGan.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/runway_processing_osc/send_attnGan/send_attnGan.pde -------------------------------------------------------------------------------- /runway_processing_osc/send_bigGan_vector/send_bigGan_Vector.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/workshop_ml_PCD2019/HEAD/runway_processing_osc/send_bigGan_vector/send_bigGan_Vector.pde --------------------------------------------------------------------------------