Giter Club home page Giter Club logo

skynet's Introduction

Skynet

We, a group of students from the Amsterdam University of Applied Science, are doing research on improving the attention towards public screens by using Computer Vision techonlogy.

We have a physical setup at our local university building with a screen and a webcam. VANturelabs has provided us with audience measurement software running on the setup. Skynet listens to this system and uses this to:

  1. Adapt the content on the screen in realtime to the audience.
  2. Gather statistics of the attention of the audience.

Skynet consists of a (nodejs) server application and a (webbased) client application which listens to the server for when to display what kind of content. The content used in our tests where user generated Vine videos.

Overview codebase

The server consists of a couple of things:

  • A websocket communication with the clients to (see server/socket.js):
    • tell the client the segment it needs to play (adaptive content)
    • listen to which video the client has picked to store in a database.
  • A webserver which the Audience Measurement uses to let skynet know who is in front of the camera (see server/app.js).
  • A datastore (in redis) to store counters of how many people pass by the screen
  • A database (mongo) to store complex data like how many people stood in front of the screen during which Vine, and how long the looked towards the screen. (see server/mongoose.js).
  • A small API which the dashboard uses to retrieve data from the database. (see server/api.js).

License

MIT

skynet's People

Contributors

askmike avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.