Giter Site home page Giter Site logo

raunakgurud09 / briefly Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 2.11 MB

🔉This is chrome extension which will give audio output for web pages

License: Apache License 2.0

JavaScript 49.35% Python 14.25% HTML 10.23% CSS 26.17%
extension nodejs python speech-recognition

briefly's Introduction

briefly - Summarization of Web Articles and Audio Output Generation

briefly logo

Brief.ly is a Web Application that aims to retrieve a certain article, news or any textual information from the provided URL of the website and convert the same to a perfect short version summary which would be finally turned into an audio format that could be easily listened to. We intend to implement web-scraping, extractive summarization and text-to-speech conversion to give the desired output. Our main motive with this project is to spend mundane time wisely by listening to something productive for instance while traveling.

Briefly Report

Requirements

  • node v16+
  • python v3+
  • pytorch v1.13.0

Setup

extension

server

Working

Working briefly

  • We would First group textual data together from the article. This is called Web-content mining or web-scraping.
  • Individually words are separated and tokenized.
  • Each word’s frequency is calculated. The frequency of the word which is highest is chosen and every word frequency is divided with that frequency.
  • The values generated are between 0 and 1.
  • The values closer to 1 are selected and sentences which contain them are prioritized.
  • The sentences with most priority are selected and a summary is successfully extracted

Result

Extension

Extension UI

webpage

Extension on webpages

briefly's People

Contributors

raunakgurud09 avatar

Watchers

 avatar

Forkers

vivek603

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.