rsrkpatwari1234 / EchoForMe

A platform that will read the latest news or the desired text for you..
2 stars 18 forks source link

A News Summariser of the content of the news gathered while clicking on 'Listen News' button #5

Open vidit624 opened 3 years ago

vidit624 commented 3 years ago

Till now, the system reads the news obtained. Use some text summariser tool to shorten the news.

7saikat7 commented 3 years ago

This is pretty interesting ... i want to work on it . I have skills in django and python , but i think any other tech like web scrapping also needed ? i need permission and a little guidance of yours .

rsrkpatwari1234 commented 3 years ago

@7saikat7 definitely !!! So you are contributing under JWOC, right?

We are using a simple tool (python library) for webscraping. We want that the content should get shortened before being converted into an audio file.

Check out https://github.com/rsrkpatwari1234/EchoForMe/blob/main/echoForMe/readtext/views.py file. You can use anything for summarising. There are various models available online

7saikat7 commented 3 years ago

yaa under JWOC, ok sir i will try .

7saikat7 commented 3 years ago

i was unable to use coackroachdb, and also run the setup locally , sorry i unassigned .

Vashuev commented 3 years ago

Hey, @vidit624 I want to work on this issue, I will add make an ML model from scratch which uses extraction-based summarization. It works as follows:

Also, I will try to implement this model with this project, and then make a pr. later on, we may change it into a deep learning Text Summarizer for getting better results.

NOTE: I'm participating in DWoC, not in JWoC, so please assign the tag accordingly, Thanks

vidit624 commented 3 years ago

@Rohit-bisht-rise go ahead!!

Vashuev commented 3 years ago

Hello @vidit624, really sorry I was busy with the college examination, today only I noticed that you have assigned it to me, I will try to complete it as soon as possible. Thanks