News classifier News classifier

News Classifier

An application for categorising news based on its content. The application employs three machine learning models: Random Forest, Naive Bayes, and Logistic Regression. Any user who wishes to classify the news using this application can do so by selecting one of the three algorithms from the application's drop-down list.

The application uses Python 3 as a programming language, as well as libraries (or frameworks) such as Flask, Joblib, and scikit-learn.

Code Repository

Previous