GithubHelp home page GithubHelp logo

jshiohaha / playbac Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 21 KB

Chrome extension for audio transcription and translation of meaningful website content

Home Page: https://devpost.com/software/playbric

Python 100.00%

playbac's Introduction

Playbac was my project for Cornhacks 2020. For more information about my project or the other projects at Cornhacks 2020, see the Devpost page!

What is it?

Playbac is a Chrome extension that scrapes any content-based website (blog, news article, etc) for "meaningful" text. Then, based on a language and gender selection, it will generate an audio transcription of the text and will allow you to play that audio right from your browser.

Inspiration

There were a few sources of inspiration for this project:

  • Much of the internet is in English, which can sometimes be an accessibility issue. I wanted to work on this project as a way to help more people access information and content that they might not be able to otherwise.
  • On another accessibility note, some people have trouble reading screens. This could help them by providing audio information.

How I built it

I wrote a Chrome extension that provides a UI via Google Chrome. The Chrome extension then and submits the data to an AWS Lambda function that extracts "meaningful text" from the website data of the specified URL. Then, the Lambda function calls AWS Polly to transcribe that text to audio. AWS Polly then stores the audio output in an S3 bucket. The Chrome extension asynchronously waits for the AWS Lambda and Polly jobs to finish so that it can grab the audio file stored in S3 so that the user can listen to the audio.

What's next for Playbac

  • Incorporate AWS Translate to translate between different languages before providing a transcription
  • Save link between website URLs and transcription audio files in a database to prevent duplicate transcription
  • Allow people to register/login with OAUTH and save their account info.

playbac's People

Contributors

dependabot[bot] avatar jshiohaha avatar

Stargazers

 avatar

Watchers

 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.