sverrirth / IIS-master

Hand gesture recognition using machine learning

Home Page:http://intelligentbartender.blogspot.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IIS: Intelligent Bartender

The goal of this project is to provide the software for a bartender robot targeting customers with different disabilities or impairments (deaf, dumb people…) that make it difficult to order drinks or food in a bar. A good solution to tackle that issue is to implement intuitive gesture recognition, where users can complete the ordering process with no further complications.

The aim of the final prototype is to be a small independent module which can be placed in a bar and can assist users throughout the overall process, allowing them to order either alcoholic or non-alcoholic drinks, the meal of the day and their preferred payment method.

Execution

For running the code (including the cross-validation, recording, testing, etc.), please run

python cli.py

and follow the instructions in the terminal.

For running the user interface, please install node dependencies:

npm install express
npm install socket.io
npm install python-shell
npm install say

And run it using NodeJS:

  node  app.js

Authors: Sverrir, Pablo, Ismael

About

Hand gesture recognition using machine learning

http://intelligentbartender.blogspot.com


Languages

Language:JavaScript 87.5%Language:CSS 7.2%Language:Python 3.7%Language:HTML 1.6%