Giter VIP home page Giter VIP logo

srddev / text_summarizer Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 5 KB

This Project provides you with a brief summary of the given Text. The Project allows you to paste or Upload PDF file to summarize it , It also allows you to customize the summarization % of the Final summary!

Home Page: https://huggingface.co/spaces/SRDdev/Summarize

Python 100.00%
extractive-text-summarization nlp summarization

text_summarizer's Introduction

Text Summarizer

This Project provides you with a brief summary of the given Text. The Project allows you to paste or Upload PDF file to summarize it , It also allows you to customize the summarization % of the Final summary!

Concept

The Project is based on the concept of Extractive Text Summarization. In this concept we read all the sentences given in the TEXT and then spereate each word in them. Then we grade each of the unique words with a value which corelates to the number of times it has occured in the text.

Then we normalize these grades and reassign them to all the words in the sentences. Then we calculate the grades for the whole sentences and rank the sentences on the grades they get. Then we summarize the top "n%" of the sentences as output.

Deployment

The Project is Deployed on Hugging face

  https://huggingface.co/spaces/SRDdev/Summarize

text_summarizer's People

Contributors

srddev avatar

Watchers

 avatar

Forkers

anoop-qasolve

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.