marseli95 / do-not-laugh

A simple AI game based on Vue.js and Electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do not laugh

A simple AI game experiment which shows how to integrate TensorFlow.js based face-api.js inside a Vue.js / Electron application. You can read the full story in the related development article on Medium.

How to run

  • Clone or download the repository
  • Install all dependencies with npm i
  • Download the required model files from here and put them into the /public/data/weights folder
  • Build the application with npm run electron:build

Credits

All media assets (video, sounds) are licensed under the Creative Commons license according to the sources where I found them.

About

A simple AI game based on Vue.js and Electron

License:MIT License


Languages

Language:Vue 51.5%Language:JavaScript 41.4%Language:CSS 3.7%Language:HTML 3.4%