GithubHelp home page GithubHelp logo

uppercasee / recnsum Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 23.56 MB

Flask project that implements a news recommendation system and a text summarization

License: MIT License

Python 81.25% HTML 4.79% JavaScript 7.02% CSS 6.95%

recnsum's Introduction

News Recommendation System and Summary Generator

This is a Flask project that implements a news recommendation system and a text summarization feature using Neural Collaborative Filtering and Transformer Model.

Screenshots

Screenshot

Installation

  1. Clone the repository:

    git clone https://github.com/uppercasee/recNsum.git
    cd recNsum
  2. Create a virtual environment:

    python3 -m venv venv
  3. Activate the virtual environment:

    • On Windows:

      venv\Scripts\activate
    • On macOS and Linux:

      source venv/bin/activate
  4. Install dependencies:

    pip install -r requirements.txt

Usage

  1. Run the Flask application:

    python app.py
  2. Once the server is running, visit http://127.0.0.1:5000/ in your web browser.

  3. You will be presented with a form where you can input text for summary generation and provide a user ID for news recommendation.

  4. Click on the "Generate Summary" button to generate a summary for the provided text.

  5. To receive news recommendations, enter a user ID and click on the "Recommend News" button. This will display news articles with their IDs, titles, and abstracts.

License

This project is licensed under the MIT License.

recnsum's People

Contributors

uppercasee avatar

Watchers

Kostas Georgiou avatar  avatar

recnsum's Issues

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.