Skip to content

A machine learning demo that triggers an action when the user is looking at the camera

Notifications You must be signed in to change notification settings

WillieCubed/look-to-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Look-to-Talk

This is a program that allows execution of an action based off the presence of a stare, inspired by my own personal need and MIT's experiment on the subject.

Running

This project uses Flask's development server, so make sure to install the Flask module and set the FLASK_APP environment variable:

pip3 install flask
# Done at project root
export FLASK_APP="server.py"
# Start the server
python3 -m flask run

Go to localhost:5000 to use the site.

About

A machine learning demo that triggers an action when the user is looking at the camera

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published