Giter VIP home page Giter VIP logo

zooml-hackbu2021's Introduction

For Hack BU 2021, we wanted to solve a problem facing today's Binghamton University community.

We ended up creating an overlay for Zoom which uses artificial intelligence to help teachers analyze how their students are doing, such that student-and-teacher interaction can be improved.

The code base exists in three parts:

  1. An overlay using tkinter, which goes over Zoom (or any video conferencing app, such as Skype or Discord) to view the students and highlight them.

  2. A facial recognition program, which analyzes student faces in a given image, and crops them out for the Convolutional Neural Network.

  3. A Convolutional Neural Network, trained with a custom dataset that we made, which analyzes the features in a 128 x 128 grayscale image of a face (as cropped out by the facial recognition program) to output the state of a student.

The "state" of a student is one of four options:

  • "talking"
  • "attentive"
  • "inattentive"
  • "confused"

Combined, these three parts create an overlay which allows a teacher to see, in realtime, which students are confused, attentive, inattentive, and talking.

zooml-hackbu2021's People

Contributors

afelsen avatar

Watchers

James Cloos 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.