-
Updated
Jul 3, 2020 - Python
#
human-computer-interaction
Here are 254 public repositories matching this topic...
Awesome work on hand pose estimation/tracking
computer-vision
deep-learning
keypoints
human-computer-interaction
hand-tracking
hand-pose-estimation
hand-pose
3d-hand
hand-keypoints
hand-pose-regression
hand-mesh
hand-articulations
Open
Add Unit Tests
1
Open
Notebook Examples
3
Clojure(Script) library for phrasing spec problems.
-
Updated
Apr 29, 2020 - Clojure
Code for CVPR'18 spotlight "Weakly and Semi Supervised Human Body Part Parsing via Pose-Guided Knowledge Transfer"
spotlight
human
segmentation
human-computer-interaction
human-robot-interaction
human-parsing
cvpr2018
human-understanding
-
Updated
Sep 12, 2019 - Python
This HCI (Human-Computer Interaction) application in Python(3.6) will allow you to control your mouse cursor with your facial movements, works with just your regular webcam. Its hands-free, no wearable hardware or sensors needed.
-
Updated
Oct 23, 2018 - Python
openEMSstim: open-hardware module to adjust the intensity of EMS/TENS stimulators.
open-source
board
unity
hardware
open-hardware
bluetooth
hci
muscle
stimulation
ems
human-computer-interaction
ems-toolkit
ems-signal
uist2016
uist
openemsstim
-
Updated
Sep 9, 2018 - HTML
A curated list of awesome affective computing 🤖 ❤️ papers, software, open-source projects, and resources
awesome
deep-learning
artificial-intelligence
awesome-list
emotional-intelligence
human-computer-interaction
affective-computing
emotion-recognition
awesome-lists
-
Updated
Nov 15, 2019
Chrome extensions for discovering and interacting with Open APIs
-
Updated
Feb 22, 2019 - JavaScript
Easy to use Python command line based tool to generate a gaze point heatmap from a csv file. 👁️
visualization
python
map
csv
analytics
graph
heatmap
plot
render
visualizer
eye-tracking
attention
eyes
plotting
hci
human-computer-interaction
heat
eye
gaze
fixation
-
Updated
Mar 28, 2018 - Python
Code and data belonging to our CSCW 2019 paper: "Dark Patterns at Scale: Findings from a Crawl of 11K Shopping Websites".
-
Updated
Aug 6, 2019 - Jupyter Notebook
Demo for "MoSculp: Interactive Visualization of Shape and Time"
visualization
computer-vision
computer-graphics
human-pose-estimation
human-computer-interaction
rendering-3d-graphics
motion-estimation
-
Updated
Dec 26, 2018 - Python
This repository contains the Domain Discovery Tool (DDT) project. DDT is an interactive system that helps users explore and better understand a domain (or topic) as it is represented on the Web.
information-retrieval
human-computer-interaction
interactive-visualization
domain-discovery
topic-discovery
web-search
text-analaysis
-
Updated
Jul 8, 2019 - JavaScript
Probabilistic question-asking system: the program asks, the users answer. The minimal goal of the program is to identify what the user needs (a target), even if the user is not aware of the existence of such thing/product/service. The maximal goal is to achieve the processing power of a single neuron of a human brain on a single PC. Interactions with billions of other computers should achieve human-level intelligence (AGI).
search
machine-learning
statistics
entropy
neural-network
information-theory
matrix
fuzzy-search
parallel-computing
agi
artificial-intelligence
classification
bayesian-inference
neuron
human-computer-interaction
binary-search
fuzzy-logic
expert-system
strong-ai
algorithms-datastructures
-
Updated
Jun 30, 2020 - C++
CrowdTruth framework for crowdsourcing ground truth for training & evaluation of AI systems
python
nlp
data-science
natural-language-processing
ai
annotations
artificial-intelligence
crowdsourcing
annotation-processing
human-computer-interaction
inter-annotator-agreement
ambiguity
ambiguity-resolver
-
Updated
May 10, 2019 - Jupyter Notebook
Basketball coaches often sketch plays on a whiteboard to help players get the ball through the net. A new AI model predicts how opponents would respond to these tactics.
-
Updated
Mar 31, 2020 - Python
The python code detects different landmarks on the face and predicts the emotions such as smile based on it. It automatically takes a photo of that person when he smiles. Also when the two eyebrows are lifted up, the system plays a music automatically and the music stops when you blink your right eye.
python
opencv
human-computer-interaction
opencv-python
facial-expression-recognition
emotion-recognition
smile-detection
facial-landmarks
-
Updated
Sep 16, 2018 - Python
Deep Image Segmentation with Interactive Refinement
-
Updated
Jun 1, 2020 - Python
Python script to load a Kdenlive (OSS NLE video editor) project file, and conform the edit on video or numpy arrays.
machine-learning
deep-neural-networks
deep-learning
generative-adversarial-network
generative-model
generative-art
human-computer-interaction
video-editing
video-editor
-
Updated
Dec 4, 2018 - Python
Vision Based Intelligent Human-Computer Interaction Game: Control the game character's velocity through your fist or palm(hand) movement! Haar-Cascade Classifier was used for fist and palm(hand) detection. Game was developed with OpenCV on Java (Processing sketchbook)!
processing
java
opencv
computer-vision
hci
human-computer-interaction
hand-recognition
haar-cascade
hand-gestures
hand-tracking
haar-classifiers
haar-features
hand-gesture-recognition
human-computer-interacion-game
intelligent-computer-game
computer-vision-based-computer-game
hand-detection
palm-detection
fist-detection
-
Updated
Jul 6, 2019 - Processing
Code for our IJCAI 2020 paper: "Keep It Real: a Window to Real Reality in Virtual Reality".
augmented-reality
vr
ar
virtual-reality
hci
human-computer-interaction
computervision
ijcai
ijcai2020
-
Updated
Apr 24, 2020 - Python
How to pronounce special characters and symbols used in programming languages
-
Updated
Jun 6, 2020 - JavaScript
Interaction studies with a homemade Touché (swept-frequency capacitive) sensor
-
Updated
Feb 1, 2020 - Groovy
Open
Add a changelog
ixjlyons
commented
May 30, 2019
Should look into scripts people have written to generate changelog entries from git history, but most importantly API changes need to be kept track of.
source code and data
-
Updated
Jan 16, 2019 - MATLAB
doctor
medical-imaging
eye-tracking
clinicians
human-computer-interaction
tobii
radiology
eye-tracker
tobii-eye-tracker
breast-cancer
eye-detection
physician
radiologist
clinician
-
Updated
Mar 26, 2019 - Python
Minimal starting point for rapid prototyping interactive Human-AI tools
-
Updated
Feb 3, 2020 - HTML
Notes for Human Computer Interaction course - CS6750
-
Updated
Jul 2, 2020
steven807
commented
Sep 18, 2018
It is hard to be sure with C++ being as unsafe as it is, but it looks like the two calls to cv::Sobel() take one too few arguments. They look like:
Sobel(blurred, dx, dx.type(), 1, 0, 7, 1, BORDER_REPLICATE);
Sobel(blurred, dy, dy.type(), 0, 1, 7, 1, BORDER_REPLICATE);but the interface to cv::Sobel() is:
Sobel( InputArray src, OutputArray dst, int ddepth,
Amir Haghighati's BSc Thesis Documents
software-engineering
crowdsourcing
human-computer-interaction
amirkabir-university
research-methodology
requirements-engineering
ux-research
bsc-thesis
-
Updated
Jan 18, 2019 - TeX
Improve this page
Add a description, image, and links to the human-computer-interaction topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the human-computer-interaction topic, visit your repo's landing page and select "manage topics."
For further development of the project, it would be great to have unit tests to ensure the project code does not break with further changes/improvements. The tests go under tests folder in 2.0 branch where Python 3+ porting is happening.