All Projects → NeuralAction → NeuralAction

NeuralAction / NeuralAction

Licence: other
Neural Action is a real-time CNN-based gaze tracking application providing human-machine interface to improve accessibility.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to NeuralAction

Xamarin.forms.breadcrumb
This is a breadcrumb navigation control that is complete automatic and uses the Navigation stack and page titles to generate the breadcrumbs.
Stars: ✭ 130 (+176.6%)
Mutual labels:  user-interface, user-experience
UI-UX-Squad
UI/UX Squad Roadmap
Stars: ✭ 30 (-36.17%)
Mutual labels:  user-interface, user-experience
Vision
Computer Vision And Neural Network with Xamarin
Stars: ✭ 54 (+14.89%)
Mutual labels:  eye-tracking, eye-gaze
Hover Ui Kit
Create beautiful user interfaces for immersive VR/AR experiences.
Stars: ✭ 662 (+1308.51%)
Mutual labels:  user-interface, user-experience
Patternfly Design
Use this repo to file all new feature or design change requests for the PatternFly project
Stars: ✭ 82 (+74.47%)
Mutual labels:  user-interface, user-experience
Spionio
Lightweight focus group management platform that can capture and replay user interaction on your site and improve the UX in everything you build
Stars: ✭ 40 (-14.89%)
Mutual labels:  user-interface, user-experience
Realityui
A Swift Package for creating familiar UI Elements and animations in a RealityKit rendered Augmented Reality or Virtual Reality scene.
Stars: ✭ 275 (+485.11%)
Mutual labels:  user-interface, user-experience
Simplified Twitter
Remove distractions from the new Twitter layout. Extension for Chrome, Firefox, Safari, Edge & More
Stars: ✭ 111 (+136.17%)
Mutual labels:  user-interface, user-experience
You Dont Know Ui
Learn how to build universal, modern and scalable user interfaces
Stars: ✭ 140 (+197.87%)
Mutual labels:  user-interface, user-experience
GazeML-keras
A keras port of swook/GazeML for pupil, iris and eye-lid detection
Stars: ✭ 44 (-6.38%)
Mutual labels:  eye-tracking
MIMS
PyQt application for creating mass interaction models and compiling them into Faust dsp code, or ~gen objects (for Max/MSP)
Stars: ✭ 22 (-53.19%)
Mutual labels:  user-interface
FDBeye
R tools for eyetracker workflows.
Stars: ✭ 101 (+114.89%)
Mutual labels:  eye-tracking
GazeTheWeb
Explore the Web with your eyes! Part of the MAMEM project.
Stars: ✭ 30 (-36.17%)
Mutual labels:  eye-tracking
VIZIA
A declarative GUI library written in Rust
Stars: ✭ 551 (+1072.34%)
Mutual labels:  user-interface
tonic
A Low Profile Component Framework – Stable, minimal, easy to audit, zero-dependencies and build-tool-free.
Stars: ✭ 747 (+1489.36%)
Mutual labels:  user-interface
TobiiGlassesPyController
Tobii Pro Glasses 2 Python controller
Stars: ✭ 42 (-10.64%)
Mutual labels:  eye-tracking
eye-tracker-setup
👀 Tobii Eye Tracker 4C Setup
Stars: ✭ 24 (-48.94%)
Mutual labels:  eye-tracking
Swadeshi
Implementing a Web Based solution through which farmers can participate in a commodity exchange market
Stars: ✭ 21 (-55.32%)
Mutual labels:  user-interface
adblockplusui
Shared Adblock Plus UI code
Stars: ✭ 16 (-65.96%)
Mutual labels:  user-interface
ue4-uitween
Unreal 4 UMG UI tweening plugin in C++
Stars: ✭ 178 (+278.72%)
Mutual labels:  user-interface

Neural Action

Neural Action is a real-time CNN-based cross-platform gaze tracking application providing a human-machine interface to improve accessibility.

Getting Started

1. Install Dependencies

Hardware Requirements

  • CPU: AMD Ryzen 1600 ~

  • RAM: 8GB ~

  • OS: Windows 10

And we suggest using NVidia GPUs that supports CUDA9 and cuDNN.

Software Requirements

No additional software requirements when using CPU.

If you want to run the program with GPU acceleration, you will need the following libraries.

  • CUDA 9.0

  • cuDNN 7.0

2. Download Release

Download latest release from Releases tab.

After unzipping the executable, run NeuralAction.WPF.exe.

Build and Test

Build from source

First, clone our repository. git clone https://github.com/NeuralAction/NeuralAction.git --recursive

Then setup TensorFlowSharp following instruction. Download prebuilt TensorFlow binaries from instruction. TensorFlowSharp Instruction

To build NeuralAction, you need to recover NuGet package first. You need to be careful order of solution to fix NuGet. You must fix NuGet following order. Vision/SharpFace/OpenCVSharp > Vision/SharpFace > Vision/TensorFlowSharp > Vision > NeuralAction

Then open NeuralAction solution, set platform target as x64 and set solution to configure as Debug.

Debug Tracker

You could open tracker debugger by the press F12 in the setting window.

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].