Giter Club home page Giter Club logo

captioncast's Introduction

##About this Project

In support of making theatre accessible to a broader audience we seek to build the worlds best, free, open/closed caption system. Theatres around the world are implementing open caption on proprietary expensive systems that don't give their audience the very best augmented experience.

This projects goal is simple : Provide a free GPLv3 based open caption software suite that utilizes industry standards. The project will use Ruby on Rails, Responsive Web Design, and Gems like the Chromecast gem to output to as many platforms as possible giving the consumer a choice of how they would like to view the captions.


##Pivotal Tracker Project

https://www.pivotaltracker.com/n/projects/1184042

##Caption Cast Rails

An open source multilingual open caption project. Inspired by captioncast authored by Andrew Krug

###Development Tools:

####First time setup:

Run vagrant up to create a development virtual machine and connect to it with vagrant ssh.

Install required packages.

sudo yum install -y ruby ruby-devel rubygems redis libxml2-devel libxslt-devel sqlite3-devel openssl-devel @development
systemctl enable redis  
systemctl start redis  

Development files are mounted to the vm at /vagrant cd /vagrant

Install rails and run setup tasks.

gem install rails
bundle
rake db:migrate
rake db:seed
`rake treat:install'

####Running in development mode:

Start the rails server rails s

In another terminal run: rake resque:work QUEUE='*'
Load the resque schedule: rake resque:setup_schedule
Finally run the resque task scheduler: rake resque:scheduler

A vagrant file is also provided in the project for use.

##Docker Support:

This project now supports running on Docker Containers. You'll find the "Dockerfile in the root of the project."

Docker image is published here for consumption:

DockerHub

###Resources:

###Contributors

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.