Giter VIP home page Giter VIP logo

News recommendations system

  • News services are constantly looking for ways to increase readership, and in turn improved contribution margin
  • One way to improve readership is to recommend news articles specific to a tastes or preferences of users.
  • Improved readership can be used to generate higher per unit rates for advertising

There are different folders in the project folder:

1. CrawlerDiffWays : This folder contains 2 files, which we have tried to scrape the content of an article from the news sites.

Wefound step 2, a better source of information for real time, reason being that many a times rss/xml feeds are older than a day, but it depends on different news sites.

a. News_streamer.py –This file collects news_feeds from various sites.

After collecting these feeds, each feed will be cleaned(removal of unnecessary text), tokenized and stemmed and stored in Elasticsearch, which is commented as of now(out of scope as of now)

self.news_sources : all the URLs of different news websites, this can be stored in a file and then fetched. We can also setup a cron job to do the same..

server_addr : ES server address - Will be localhost once elastic search is installed

All feeds are collected as RSS/XMLS's.

b. Web crawler News.py – This file contains article information from a specific news site, Business standard in our example. Every news site has a different site structure. Thus every site will have its own scraper which needs to be written.

2. Crawlers – Once we did the above test and wrote our own set of code. We were able to understand the scrapers that were written by the company. This folder has some sample code of how the scraper was actually written.

Also This folder has many subfolders explained below:

a. Scripts : It contains scripts which are called from a cronjob, which accumulates the data output(json) of all scrapers(in folder -> spiders). b. Spiders : It has all individual news site scraper. c. Et.json : Example of how the json looks like.

3. Exploratory analysis – This folder has an excel file, which contains summary level charts, which gives EDA.

a. 20170518_eda_summary_charts: This file has all the summary level charts that we have created by analyzing news articles from data.json, which is one day's worth of scraped articles data(Got it form the company)

4. Data – This folder contains, what we have extracted, from a **data.json(this is not attached as it was a 2 GB file)**file which we got from the company after 1 day's job was run for all news sites. In addition to that we also got the below set of files.

a. DataExtractJSON.py**: We were extracting the data from data.json and putting it to a data frame. So that sample files could be created with features which we want. b. Title_and_article1000.csv**: This is a sample file given by the company to use, so that we could run our content and collaborative based algorithms on it. c. TrainSet700_User_Ratings**: This is what we have created after giving ratings to each and every of 1000 sample articles. We further broke it down to 700 and 300 articles as train and testing samples respectively. d. User_Ratings_Compile**: This file is a conglomeration of all ratings given by 5 users. This is used for Collaborative recommendation technique.

5. Recommendation – This folder contains code for Content based and Collab based recommendation techniques.

a. Collab_Content_Based.py: Code written for Collaborative recommendation technique. This takes User_Ratings_** Compile.csv** as an input and gives generates recommendations by finding similiar articles for each of the 1000 articles. b. Collab_User_Based.py: Code written for Collaborative recommendation technique. This takes User_Ratings_** Compile.csv** as an input and generates articles recommendations by finding similiar users preferences. c. ContentTest.py: Code written for Content based recommendation technique. This takes Title_and_article1000.csv as an input and gives out an output file, which has each article and 10 articles which are similar to it.

6. OutputFolder_Recommendations – This contains all o/p data that we have got from the various recommendation code, present in Recommendation folder.

a. ContentOutput: This file is what we have got by running ContentTest.py code. b. CollabOutput: This file is what we have got by running CollabTest.py code.

7. Recommender_Project_Presentation.pptx – This is the ppt that has been created explaining the project.

newsrecommender's Projects

deep-learning-books icon deep-learning-books

Some books machine learning, deep learning, and related topics. 一些机器学习、深度学习和相关话题的书籍。

fakenewsjedi icon fakenewsjedi

Workspace for the Global AI Hackthon ("Make News Real Again" Challenge): Data Scraping & Cleaning, Text Analytics/NLP, Predictive Modeling, and Feature Engineering in Python

islr-python icon islr-python

An Introduction to Statistical Learning (James, Witten, Hastie, Tibshirani, 2013): Python code

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.