This application can be found at www.SCUTranscript.com.
Make sure you have Python installed properly. Also, install the Heroku Toolbelt and Virtualenv.
$ git clone github.com/rsullivan00/transcript-to-latex.git
$ cd transcript-to-latex
$ virtualenv --no-site-packages --python=python3 venv
$ source venv/bin/activate
$ pip install -r requirements.txt --allow-all-external
$ foreman start web
Your app should now be running on localhost:5000.