Skip to content

afaqfaiz/AI-News-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

AI_Project_news-classifier

Overview

AI_Project_news-classifier is a machine learning project that classifies news articles into multiple categories such as:

  • Real News
  • Health Misinformation
  • Political Misinformation
  • Clickbait
  • Satire / Parody

The system uses text preprocessing, TF-IDF feature extraction, and a custom-built classification model implemented in Python.


Project Objectives

  • Build a news classification model from scratch
  • Perform text preprocessing and cleaning
  • Extract features using TF-IDF
  • Train and evaluate a classifier
  • Achieve high accuracy without using heavy ML frameworks

Technologies Used

  • Python
  • NumPy
  • Pandas
  • Scikit-learn (for TF-IDF or evaluation if used)
  • Matplotlib (for visualization)

Project Structure

About

AI_Project_news-classifier is a machine learning-based news classification system that automatically categorizes news articles into multiple classes such as Real News, Health Misinformation, Political Misinformation and Clickbait.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors