Skip to content

peterthunder/Articles-Classification-Project

 
 

Repository files navigation

Data Mining Course - Articles Classification Project

This project uses classifiers from the scikit-learn library to classify articles based on their content. It also uses the wordcloud library to create an image for each different category of the articles also based on the content.

To install all the dependencies on your virtual environment, run:

  • pip install -r requirements.txt

To run all the classifiers and the WorldCloud script with python 3, run:

  • python main.py

About

Articles Classification Project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%