Contents
Dataset Overview
The project uses the HuffPost News Category Dataset available on Kaggle. This dataset contains thousands of news articles published by HuffPost across multiple categories, making it suitable for Natural Language Processing (NLP) and recommendation system projects.
Dataset Download
Download the dataset from:
HuffPost News Category Dataset – Kaggle
The dataset is provided as a JSON file:
- News_Category_Dataset_v3.json
Dataset Features
Feature | Description |
| category | Category of the news article |
| headline | Title of the news article |
| short_description | Brief summary of the article |
| authors | Author of the article |
| date | Publication date |
| link | URL of the original news article |
Each row represents a single news article, allowing us to compare articles and recommend similar content based on textual similarity.
News Recommendation System Using Machine Learning
VA










