All Projects → danielelkington → Vue Camera Gestures

danielelkington / Vue Camera Gestures

Licence: mit
Let users control your Vue app using AI and their camera in just 1 line of HTML!

Labels

Projects that are alternatives of or similar to Vue Camera Gestures

Machine Learning Experiments
🤖 Interactive Machine Learning experiments: 🏋️models training + 🎨models demo
Stars: ✭ 841 (+2302.86%)
Mutual labels:  ai
Openkore
A free/open source client and automation tool for Ragnarok Online
Stars: ✭ 956 (+2631.43%)
Mutual labels:  ai
Goapy
Goal-Oriented Action Planning implementation in Python
Stars: ✭ 33 (-5.71%)
Mutual labels:  ai
Awesome Ai Books
Some awesome AI related books and pdfs for learning and downloading, also apply some playground models for learning
Stars: ✭ 855 (+2342.86%)
Mutual labels:  ai
Ai Programmer
Using artificial intelligence and genetic algorithms to automatically write programs. Tutorial: http://www.primaryobjects.com/cms/article149
Stars: ✭ 948 (+2608.57%)
Mutual labels:  ai
Introduction Nlp
HanLP作者的新书《自然语言处理入门》详细笔记!业界良心之作,书中不是枯燥无味的公式罗列,而是用白话阐述的通俗易懂的算法模型。从基本概念出发,逐步介绍中文分词、词性标注、命名实体识别、信息抽取、文本聚类、文本分类、句法分析这几个热门问题的算法原理与工程实现。
Stars: ✭ 955 (+2628.57%)
Mutual labels:  ai
Bfgs Neldermead Trustregion
Python implementation of some numerical (optimization) methods
Stars: ✭ 8 (-77.14%)
Mutual labels:  ai
Teacher Student Training
This repository stores the files used for my summer internship's work on "teacher-student learning", an experimental method for training deep neural networks using a trained teacher model.
Stars: ✭ 34 (-2.86%)
Mutual labels:  ai
Sarif
A distributed system serving as a personal assistant
Stars: ✭ 29 (-17.14%)
Mutual labels:  ai
Letslearnai.github.io
Lets Learn AI
Stars: ✭ 33 (-5.71%)
Mutual labels:  ai
Awareness
The new architecture of co-computation for data processing and machine learning.
Stars: ✭ 11 (-68.57%)
Mutual labels:  ai
Machine Learning Open Source
Monthly Series - Machine Learning Top 10 Open Source Projects
Stars: ✭ 943 (+2594.29%)
Mutual labels:  ai
Mineflayer Statemachine
A state machine plugin for Mineflayer to aid in designing more complex behavior trees.
Stars: ✭ 32 (-8.57%)
Mutual labels:  ai
Autodl
Automated Deep Learning without ANY human intervention. 1'st Solution for AutoDL [email protected]
Stars: ✭ 854 (+2340%)
Mutual labels:  ai
Carrecognition
This is one of the best vehicle recognition applications. It can determine the car's license plate number, color, model, brand and year.
Stars: ✭ 34 (-2.86%)
Mutual labels:  ai
Elyra
Elyra extends JupyterLab Notebooks with an AI centric approach.
Stars: ✭ 839 (+2297.14%)
Mutual labels:  ai
Kogpt
GPT-2 pretrained on Korean datasets.
Stars: ✭ 31 (-11.43%)
Mutual labels:  ai
Dvc
🦉Data Version Control | Git for Data & Models | ML Experiments Management
Stars: ✭ 9,004 (+25625.71%)
Mutual labels:  ai
Pytlas
An open-source 🤖💬 Python 3 assistant library built for people and made to be super easy to setup and understand
Stars: ✭ 34 (-2.86%)
Mutual labels:  ai
Fuckcaptcha
AI check CAPTCHA;本项目实现了对拼图型验证码的识别与自动拖动,在某主流验证码的官网上的测试通过率达到95%,允许图片中包含文字、干扰线、颜色差别、大小写字母等,使用传统算法,不进行模型训练。本项目同时发现了国内某大型验证码公司所谓的拖动轨迹分析存粹就是个渣渣,啥也不是。
Stars: ✭ 33 (-5.71%)
Mutual labels:  ai

Vue Camera Gestures

Let users control your Vue app using AI, their camera, and gestures of their choice in just 1 line of HTML!

Demo and full documentation

Installation

npm i vue-camera-gestures --save

Register the component globally

import CameraGestures from 'vue-camera-gestures'

Vue.component('camera-gestures', CameraGestures)

Getting Started

<camera-gestures @fancyGesture="doSomething()"></camera-gestures>

This will prompt the user to train and verify a 'Fancy Gesture'. When they perform this gesture the doSomething() method will be called.

The name and number of the events is completely configurable - subscribe to as many as you need.

To find out how to customize the component further, check out the docs.

Vue Support

vue-camera-gestures 1.x supports Vue 2 and the source code is in the v1-vue2 branch. Find the docs here vue-camera-gestures 2.x supports Vue 3 and the source code is in the master branch. Find the docs here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].