Skip to content

lengoanhcat/emometer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emotion-enabled YouTube Demo

This demo uses Affectiva's JavaScript SDK to analyze your emotions as you watch a YouTube video. Search a YouTube video by keyword or enter its URL, and with your webcam turned on, you'll be able to see your emotions both during the video and during playback. The code is written entirely in JavaScript, HTML, and CSS. d3 was used to render the emotions graph.

For more information about Affectiva's JavaScript SDK, visit http://developer.affectiva.com/.

Try it Now!

Click here to try the demo.

Running the Demo Locally:

Requirements:

  • Python 2.x or higher
  • Supported web browser (Google Chrome, Firefox, or Opera)

Getting Started:

To test if Python is installed, run the following command on either Command Prompt or Terminal:

$ python
  • Clone the repository on your local machine

  • Open Command Prompt/Terminal and navigate to the folder where the source code was cloned

  • Run a server with the following command:

Python 2.x

$ python -m SimpleHTTPServer 8000 

Python 3.x

$ python -m http.server 8000 

Once the server is up, open a web browser and navigate to http://localhost:8000/. The demo should start loading.

Supported Browsers

  • Chrome 51 or higher
  • Firefox 47 or higher
  • Opera 37

About

EmoMeter demo for customer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published