Giter Site home page Giter Site logo

zwickers / turnout Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 14.61 MB

Use facial recognition to automatically keep track of class attendance. Seamless integration with Google Sheets and Canvas -- never manually enter another attendance grade again.

Ruby 5.28% JavaScript 64.25% CSS 22.49% HTML 3.39% CoffeeScript 0.07% Python 0.86% Less 2.35% SCSS 1.31%

turnout's Introduction

Turnout

Use facial recognition to automatically keep track of class attendance. Seamless integration with Google Sheets and Canvas -- never manually enter another attendance grade again.

Installation and Setup

AWS Configuration

Turnout relies on AWS for it's core features. Export your AWS credentials into bash so that Turnout can access them.

AWS_SECRET_ACCESS_KEY=<your-secret-key-here>
AWS_ACCESS_KEY_ID=<your-access-key-id-here>

Running the app locally

This webapp is hosted on AWS Elastic Beanstalk. If you'd like to run it locally, please follow these steps:

  1. First, install ruby
brew install ruby
  1. After cloning the repository, go into it's directory and install the necessary ruby gems.
bundle install
  1. Start the web server
rails server
  1. The app is now running on localhost:3000, go there in Google Chrome or Firefox to test it out!

App Dependencies

  • Ruby v2.6.3
  • Rails v4.2.10

Databases

SQLite3 is used for our development, testing, and prod databases in the Ruby on Rails webapp.

DynamoDB was also used as a "quick and dirty" datastore so that various Lambda functions could easily fetch the proper URL of the Google Spreadsheet they were to manipulate.

Architecture diagram

Image of architecture

turnout's People

Contributors

zwickers avatar

Watchers

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