Skip to content

Jahnvigupta9005/AI-News-Classifier-main

Repository files navigation

AI-News-Classifier

An AI classifier for News Headlines

This is a web app that classifies news into 4 categories: Sports, Crime, Science, and Business using a machine learning model trained on a dataset of 40000 news articles.

The model was trained using the scikit-learn Python library using a naive Bayes classifier.