GithubHelp home page GithubHelp logo

oxlac / ai-news-summariser Goto Github PK

View Code? Open in Web Editor NEW
15.0 0.0 6.0 1.8 MB

An AI based news article summariser that summarises, finds the sentiment and author of any online article

Home Page: https://aisummariser.oxlac.com

License: MIT License

Python 12.88% CSS 54.68% HTML 32.45%
ai newspaper3k open-source python trc-woc ai-summarizer news-summarizer

ai-news-summariser's People

Contributors

aadityaa2606 avatar guhan-sensam avatar rnavaneeth992 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ai-news-summariser's Issues

Any link inputted gets summarized.

bug Description
The issue is if we input any link (eg. www.google.com) the summariser thinks it's an article link and summarises it.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://aisummariser.oxlac.com/ or clone and run the local dev environment.
  2. copy and paste a nonrelevant link.
  3. click on go.
  4. see the non-relevant summary.

Expected behavior
Prevent accepting irrelevant links, if the user tries to submit an irrelevant link then show them an error similar to this

image

Bug Screenshots
bug

Possible approaches

An option for user to change summary length

Feature Description:
For now, the summary length in the application is fixed which means for bigger articles the summary is too tiny to be readable and misses many key points that must be covered in a summary.

Solutions:
image

Add 3 buttons near the change them toggle
Summary Length

  1. small
  2. medium
  3. large

Additional things to consider while contributing

  • Make sure that the buttons stick with the current theme

  • Use relative positioning, flex box, and refrain from using absolute positioning.

  • Add comments to the code you write

Create a inhouse model to handle the summarization

Feature Description

The current web application uses newspaper3k which is also provided by another open-source repository https://github.com/codelucas/newspaper.

Since this is another provider it is difficult to customize the results based on the requirements. so creating an in-house model would give the freedom to control various parameters to optimize for better results.

Solution

  • Create an In-house model that satisfies the needs, make sure that the accuracy is better or the same as the existing provider newspaper3k
  • Another approach is that since newspaper3k is open-source we can use its existing code and modify it according to the requirements.
  • Or if possible try applying the transfer learning to this existing model (newspaper3k) and specialize to our needs.

Additional context
For any related queries contact the developer through mail or discord servers. kindly check the readme for the details.

Add a browser extension for AI-News-Summarizer

Solution description
Create a browser extension for the summarizer that can get the input link on the extension and display the summary on the website.

alternatives
alternatively the summary of the article can be displayed in the browser extension itself so that the users need not be redirected to the actual website for reading the summary

Additional context

  • Make sure that the extension is compatible with major browsers like chrome, edge and brave.
  • Any details related to account creation kindly contact the developer, so that we can create a account on behalf.

Make the site theme dynamic.

Feature description
For now, the web application is fixed in light theme. since everyone has different preferences it's better to have dynamic theming.

Solution
Convert the existing web application to auto-assign the theme based on their browser preference and also give an option to manually set a theme.

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.