From 7fc46bd4d1040ab7849f4186a0653a1521f13cea Mon Sep 17 00:00:00 2001 From: Ali Karpuzoglu Date: Sat, 15 Feb 2020 11:14:33 +0100 Subject: [PATCH] Added a refined UI for Daniels Snake game. Including options to restart game, only ask for camera access when clicking start and being able to use your own model without editing the source code --- _TeachableMachine/2-teachable-game.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_TeachableMachine/2-teachable-game.md b/_TeachableMachine/2-teachable-game.md index f946054b9d..5e655cacde 100644 --- a/_TeachableMachine/2-teachable-game.md +++ b/_TeachableMachine/2-teachable-game.md @@ -73,6 +73,12 @@ contributions: url: "https://editor.p5js.org/pallav1/full/OSVtxd1le" url: "https://editor.p5js.org/pallav1/sketches/OSVtxd1le" source: "https://editor.p5js.org/pallav1/sketches/OSVtxd1le" + - title: "Refined UI for Snake, including quick add of own model" + author: + name: "Ali Karpuzoglu" + url: "https://alikarpuzoglu.com" + url: "https://alikarpuzoglu.com/snake_ml/" + source: "https://github.com/AliKarpuzoglu/AliKarpuzoglu.github.io/tree/master/snake_ml" --- In this video, I demonstrate how to control an interaction with an image classification machine learning model to play the snake game.