Skip to content

Detecting emotions in real time using webcam and showing advertisements to a non subscriber of a particular channel.

License

Notifications You must be signed in to change notification settings

demonicode/Dishathon-Video-Commerce

Repository files navigation

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

Detecting emotions in real time using webcam and showing advertisements to a non subscriber of a particular channel.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages