Giter Site home page Giter Site logo

scribe's Introduction

๐Ÿ“ Scribe

Scribe is an accessability-focused application that is meant to help students, especially deaf and hard-of-hearing students, to obtain accurate and clear transcriptions of lecture recordings.

A student or professor can easily upload a locally downloaded mp4 file, or provide a web link to a video hosted online by YouTube or the user's school. If video captions are available as a part of the video uploaded, those will be used. Otherwise, a video transcription will be generated. A pdf will be produced that includes video transcription text interlaced with images of the uploaded video at the appropriate timestamp. The user can then download, print, or e-mail the resulting pdf.

Additional features include language translation to a language of the user's choosing, and user-editing of the resulting transcription to ensure the best accuracy possible in the final transcription pdf.

Scribe also has many other possible uses for thoroughly documenting any type of lecture or presentation.

App Walkthough GIF


**Upload or provide the link of the video you want transcribed


**See your transcription and edit for accuracy, then get a pdf of screenshots and transcriptions

๐ŸŒŽ View on the web:

Scribe is hosted by Heroku.

๐Ÿ”จ Scribe is built with:

๐Ÿค“ Authors

Scribe was created for the Summer 2020 BeaverHacks Hackathon

๐Ÿ’ป Work locally:

  • Clone the repository: git clone https://github.com/kenkoolio/team_tbd.git
  • From the command line, navigate into the team_tbd directory.
  • Execute the following commands on the command line:

Set up

virtualenv venv -p $(which python3)
source ./venv/bin/activate
pip3 install --upgrade pip
pip install -r requirements.txt
export API_KEY=[IBM_WATSON_API_KEY]
export API_URL=[IBM_WATSON_API_URL]
export SESSION_KEY=[SESSION KEY]
export SENDGRID_API_KEY=[SENDGRID_API_KEY]

# On mac OS High Sierra, you may need the following
export OBJ_DISABLE_INITIALIZE_FORK_SAFETY=yes
  • Note that you will need to obtain an IBM_WATSON_API_KEY for IBM_WATSON_API_URL from Cloud IBM Watson, as well as a SENDGRID_API_KEY from SendGrid.
  • The SESSION_KEY environment variable can be anything.

Running the Flask App

source ./venv/bin/activate
export FLASK_APP=run.py
python -m flask run -h 0.0.0.0 -p XXXX --reload
  • Visit http://0.0.0.0/:XXXX in your browser.

scribe's People

Contributors

emctackett avatar mlapresta avatar ndj-1701 avatar kenkoolio 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.