From c41cfc13530781b4669435976ef926ec64fc9882 Mon Sep 17 00:00:00 2001 From: Xavier Bourry Date: Fri, 30 Aug 2019 09:45:40 -0400 Subject: [PATCH] [DOC] Add links to Dinodroid demos - see https://github.com/jeeliz/jeelizWeboji/issues/25 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e85afe0..31d421c 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,10 @@ All the following demos are included in this repository, in the `/demos` path. Y * **Vauta**, by [Nono](https://twitter.com/ke4563): You can anime a .VRM 3D character avatar in the browser. This web application is only in Japanese. [live demo - vauta.netlify.com](https://vauta.netlify.com/), [tweet and video](https://twitter.com/ke4563/status/1099673171777617922) - * **Drowsiness detection**, by [Dinodroid](https://github.com/abhilash26): Be sure to don't fall asleep when driving thanks to this webapp! You can try it here: [dont-drive-drowsy.glitch.me](https://dont-drive-drowsy.glitch.me/) + * **Drowsiness detection**, by [Abhilash26](https://github.com/abhilash26) aka [Dinodroid](https://ko-fi.com/dinodroid): Be sure to don't fall asleep when driving thanks to this webapp! You can try it here: [dont-drive-drowsy.glitch.me](https://dont-drive-drowsy.glitch.me/), [view the source code](https://github.com/abhilash26/dont-drive-drowsy) or a [demo video](https://www.youtube.com/watch?v=FjqySZE8CTY) + + * **Expressions reader**, by [Abhilash26](https://github.com/abhilash26) aka [Dinodroid](https://ko-fi.com/dinodroid): detects 5 high level expressions (happiness, fear, anger, surprise, sadness) from the morph coefficients given by this lib, and display them as smileys. You can try it here: [emotion-reader.glitch.me](https://emotion-reader.glitch.me/) or [browse the source code](https://github.com/abhilash26/emotion-reader) + #### Run locally